Module oxide_auth::code_grant::resource

source ·
Expand description

Provides the handling for Resource Requests.

Structs§

  • Gives additional information about the reason for an access failure.
  • Additional information provided for the WWW-Authenticate header.
  • The result will indicate whether the resource access should be allowed or not.

Enums§

  • An error signalling the resource access was not permitted.
  • Indicates the reason for access failure.
  • An input injected by the executor into the state machine.
  • A request by the statemachine to the executor.

Traits§

  • Required functionality to respond to resource requests.
  • Required request methods for deciding on the rights to access a protected resource.

Functions§

  • Do needed verification before granting access to the resource