[][src]Module oxide_auth::code_grant::refresh

Retrieve a refreshed access token.

Structs

BearerToken

Represents a bearer token, optional refresh token and the associated scope for serialization.

ErrorDescription

Simple wrapper around RefreshError.

Refresh

An ongoing refresh request.

Enums

Error

Defines actions for the response to an access token request.

Input

An input injected by the executor into the state machine.

Output

A request by the statemachine to the executor.

Traits

Endpoint

The specific endpoint trait for refreshing.

Request

Required content of a refresh request.

Functions

refresh

Try to get a refreshed access token.