Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultIssuer = "http://auth-service"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type OpaqueTokenPrefix ¶
type OpaqueTokenPrefix int
const ( // Opaque Refresh tokens are prefixed with "dfr_" RefreshToken OpaqueTokenPrefix = iota // Opaque Access tokens are prefixed with "dfa_" AccessToken )
func (OpaqueTokenPrefix) String ¶
func (t OpaqueTokenPrefix) String() (string, error)
Directories ¶
Path | Synopsis |
---|---|
Opaque Tokens are generated from a random string with appended 8 digit crc32 hex checksum and encoded in base64 with a prefix depending on their type.
|
Opaque Tokens are generated from a random string with appended 8 digit crc32 hex checksum and encoded in base64 with a prefix depending on their type. |
Click to show internal directories.
Click to hide internal directories.