Documentation ¶
Index ¶
Constants ¶
View Source
const DEFAULT_WRISTBAND_DURATION = int64(300)
Variables ¶
This section is empty.
Functions ¶
func NewSigningKey ¶
Types ¶
type DynamicJSON ¶
type DynamicJSON struct {
Properties []json.JSONProperty
}
func NewDynamicJSONResponse ¶
func NewDynamicJSONResponse(properties []json.JSONProperty) *DynamicJSON
func (*DynamicJSON) Call ¶
func (j *DynamicJSON) Call(pipeline auth.AuthPipeline, ctx context.Context) (interface{}, error)
type Plain ¶ added in v0.14.0
type Plain struct {
expressions.Value
}
type Wristband ¶
type Wristband struct { Issuer string CustomClaims []json.JSONProperty TokenDuration int64 SigningKeys []jose.JSONWebKey }
func NewWristbandConfig ¶
func NewWristbandConfig(issuer string, claims []json.JSONProperty, tokenDuration *int64, signingKeys []jose.JSONWebKey) (*Wristband, error)
func (*Wristband) OpenIDConfig ¶
Click to show internal directories.
Click to hide internal directories.