Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.15 KB

AcceptOAuth2ConsentRequest.md

File metadata and controls

21 lines (16 loc) · 1.15 KB

ory_hydra_client.model.AcceptOAuth2ConsentRequest

Load the model package

import 'package:ory_hydra_client/api.dart';

Properties

Name Type Description Notes
context JsonObject [optional]
grantAccessTokenAudience BuiltList<String> [optional]
grantScope BuiltList<String> [optional]
handledAt DateTime [optional]
remember bool 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 int 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]

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