Boruta v0.1.0-rc.1 Boruta.Oauth.Error View Source

Boruta OAuth errors

Intended to follow OAuth 2.0 errors. Additionnal errors are provided as purpose.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: [
  status: :bad_request | :unauthorized,
  error:
    :invalid_request
    | :invalid_client
    | :invalid_scope
    | :invalid_code
    | :invalid_resource_owner,
  error_description: String.t(),
  format: :query | :fragment | nil,
  redirect_uri: String.t() | nil
]