Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.17 KB

OAuth2ConsentSession.md

File metadata and controls

22 lines (14 loc) · 1.17 KB

OAuth2ConsentSession

A completed OAuth 2.0 Consent Session.

Properties

Name Type Description Notes
consentRequest OAuth2ConsentRequest [optional]
context Object [optional]
expiresAt OAuth2ConsentSessionExpiresAt [optional]
grantAccessTokenAudience List<String> [optional]
grantScope List<String> [optional]
handledAt OffsetDateTime [optional]
remember Boolean Remember Consent Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope. [optional]
rememberFor Long Remember Consent For RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the authorization will be remembered indefinitely. [optional]
session AcceptOAuth2ConsentRequestSession [optional]