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

Copy Markdown

Error response for CIBA backchannel authorization.

Summary

Types

t()

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