Boruta core v0.1.0-rc.4 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 section Functions
Link to this function
with_format(error, arg2)
View Sourcewith_format( error :: %Boruta.Oauth.Error{ error: term(), error_description: term(), format: term(), redirect_uri: term(), status: term() }, request :: %Boruta.Oauth.CodeRequest{ client_id: term(), redirect_uri: term(), resource_owner: term(), scope: term(), state: term() } | %Boruta.Oauth.TokenRequest{ client_id: term(), redirect_uri: term(), resource_owner: term(), scope: term(), state: term() } ) :: Boruta.Oauth.Error.t()