Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSessionDuration = time.Hour
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Users *UserStore Sessions *SessionStore JWKs *JWKStore // contains filtered or unexported fields }
func NewClient ¶
func NewClient(table string, ddb dynamodbiface.DynamoDBAPI) *Client
type JWKS ¶
type JWKS struct {
Keys []json.RawMessage `json:"keys"`
}
type SessionStore ¶
type SessionStore store
Click to show internal directories.
Click to hide internal directories.