Lockspire.Protocol.PushedAuthorizationRequest.Error (lockspire v1.0.0)

Copy Markdown

PAR error payload safe for JSON responses.

Summary

Types

t()

@type t() :: %Lockspire.Protocol.PushedAuthorizationRequest.Error{
  error: String.t(),
  error_description: String.t(),
  reason_code: atom(),
  status: pos_integer()
}