Ory.Model.AcceptOAuth2ConsentRequest (ory_client v1.6.2)
Summary
Types
@type t() :: %Ory.Model.AcceptOAuth2ConsentRequest{ context: map() | nil, grant_access_token_audience: [String.t()] | nil, grant_scope: [String.t()] | nil, handled_at: DateTime.t() | nil, remember: boolean() | nil, remember_for: integer() | nil, session: Ory.Model.AcceptOAuth2ConsentRequestSession.t() | nil }
Functions
Link to this function