Module oxide_auth::code_grant::refresh

source ·
Expand description

Retrieve a refreshed access token.

Structs§

  • Represents a bearer token, optional refresh token and the associated scope for serialization.
  • Simple wrapper around RefreshError.
  • An ongoing refresh request.

Enums§

  • Defines actions for the response to an access token request.
  • An input injected by the executor into the state machine.
  • A request by the statemachine to the executor.

Traits§

  • The specific endpoint trait for refreshing.
  • Required content of a refresh request.

Functions§

  • Try to get a refreshed access token.