Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.15 KB

ConsentRequestAcceptance.md

File metadata and controls

13 lines (9 loc) · 1.15 KB

ConsentRequestAcceptance

Properties

Name Type Description Notes
AccessTokenExtra map[string]interface{} AccessTokenExtra represents arbitrary data that will be added to the access token and that will be returned on introspection and warden requests. [optional] [default to null]
GrantScopes []string A list of scopes that the user agreed to grant. It should be a subset of requestedScopes from the consent request. [optional] [default to null]
IdTokenExtra map[string]interface{} IDTokenExtra represents arbitrary data that will be added to the ID token. The ID token will only be issued if the user agrees to it and if the client requested an ID token. [optional] [default to null]
Subject string Subject represents a unique identifier of the user (or service, or legal entity, ...) that accepted the OAuth2 request. [optional] [default to null]

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