Ory.Model.RejectOAuth2Request (ory_client v1.21.1)

Summary

Types

t()

@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
}

Functions

decode(value)