Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.35 KB

WardenTokenAccessRequestResponse.md

File metadata and controls

17 lines (13 loc) · 1.35 KB

WardenTokenAccessRequestResponse

Properties

Name Type Description Notes
AccessTokenExtra map[string]interface{} Extra represents arbitrary session data. [optional] [default to null]
Allowed bool Allowed is true if the request is allowed and false otherwise. [optional] [default to null]
ClientId string ClientID is the id of the OAuth2 client that requested the token. [optional] [default to null]
ExpiresAt string 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 string 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]