Ory.Model.OAuth2ConsentRequestOpenIdConnectContext (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.OAuth2ConsentRequestOpenIdConnectContext{
  acr_values: [String.t()] | nil,
  display: String.t() | nil,
  id_token_hint_claims: %{optional(String.t()) => AnyType} | nil,
  login_hint: String.t() | nil,
  ui_locales: [String.t()] | nil
}