aclrefreshdynamodb

package
v1.5.43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: AGPL-3.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg aws.Config, tableName string) (aclcore.RefreshTokenRepository, error)

func RefreshTokenRecordPk

func RefreshTokenRecordPk(refreshToken string) appdynamodb.TablePk

Types

type RefreshTokenRecord

type RefreshTokenRecord struct {
	appdynamodb.TablePk
	Email               string
	RefreshTokenPurpose string
	AbsoluteExpiryTime  time.Time
	Scopes              string // Scopes is space separated
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL