View Source ShinAuth.SAML.Response.Error exception (shin_auth v1.1.0)

Defines the possible errors from decoding a SAML response

Summary

Types

@type t() :: %ShinAuth.SAML.Response.Error{
  __exception__: true,
  message: String.t(),
  tag: :malformed_saml_response
}