Ory.Model.RejectOAuth2Request (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.RejectOAuth2Request{
  error: String.t() | nil,
  error_debug: String.t() | nil,
  error_description: String.t() | nil,
  error_hint: String.t() | nil,
  status_code: integer() | nil
}