Skip to content

Files

Latest commit

d8c78b6 · Jan 5, 2018

History

History
14 lines (10 loc) · 898 Bytes

OAuth2ConsentRequest.md

File metadata and controls

14 lines (10 loc) · 898 Bytes

OAuth2ConsentRequest

Properties

Name Type Description Notes
client_id string ClientID is the client id that initiated the OAuth2 request. [optional]
expires_at string ExpiresAt is the time where the access request will expire. [optional]
id string ID is the id of this consent request. [optional]
redirect_url string Redirect URL is the URL where the user agent should be redirected to after the consent has been accepted or rejected. [optional]
requested_scopes string[] RequestedScopes represents a list of scopes that have been requested by the OAuth2 request initiator. [optional]

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