oidc v0.1.0 OIDC.Auth.OPResponseError View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %OIDC.Auth.OPResponseError{
  error: String.t(),
  error_description: String.t() | nil,
  error_uri: String.t() | nil
}