[−][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. |
Enums
| Error | Defines actions for the response to an access token request. |
Traits
| Endpoint | The specific endpoin trait for refreshing. |
| Request | Required content of a refresh request. |
Functions
| refresh | Try to get a refreshed access token. |