Searched defs:RawJWTOptions (Results 1 – 1 of 1) sorted by relevance
47 type RawJWTOptions struct { struct48 Audiences []string49 Audience *string50 Subject *string51 Issuer *string52 JWTID *string53 IssuedAt *time.Time54 ExpiresAt *time.Time55 NotBefore *time.Time56 CustomClaims map[string]interface{}[all …]