Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 992 Bytes

ConsentRequest.md

File metadata and controls

14 lines (10 loc) · 992 Bytes

ConsentRequest

Properties

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

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