Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.24 KB

Context.md

File metadata and controls

16 lines (12 loc) · 1.24 KB

Context

Properties

Name Type Description Notes
AccessTokenExtra map[string]interface{} Extra represents arbitrary session data. [optional] [default to null]
ClientId string ClientID is id of the client the token was issued for.. [optional] [default to null]
ExpiresAt time.Time ExpiresAt is the expiry timestamp. [optional] [default to null]
GrantedScopes []string GrantedScopes is a list of scopes that the subject authorized when asked for consent. [optional] [default to null]
IssuedAt time.Time IssuedAt is the token creation time stamp. [optional] [default to null]
Issuer string Issuer is the id of the issuer, typically an hydra instance. [optional] [default to null]
Subject string Subject is the identity that authorized issuing the token, for example a user or an OAuth2 app. This is usually a uuid but you can choose a urn or some other id too. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]