Documentation
¶
Index ¶
Constants ¶
View Source
const ( UsernameKey = "username" ExpKey = "exp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateTokensParams ¶
type GeneratedTokens ¶
type TokenGenerator ¶
type TokenGenerator interface {
GenerateFor(username string) (*GeneratedTokens, error)
}
Click to show internal directories.
Click to hide internal directories.