aclrefreshdynamodb

package
v1.5.18 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(sess *session.Session, 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