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

Copy Markdown

Client authentication failure returned to OAuth protocol handlers.

Summary

Types

t()

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