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