View Source ShinAuth.OIDC.ProviderConfiguration.Error exception (shin_auth v1.1.0)

Defines the possible errors from decoding provider configuration

Summary

Types

@type t() :: %ShinAuth.OIDC.ProviderConfiguration.Error{
  __exception__: true,
  data: any() | nil,
  endpoint: String.t() | nil,
  message: String.t(),
  tag:
    :malformed_discovery_endpoint
    | :discovery_endpoint_unreachable
    | :authorization_endpoint_unreachable
    | :token_endpoint_unreachable
    | :malformed_jwks_uri_response
    | :jwks_uri_unreachable
    | :missing_issuer_attribute
}