Module refresh_access_token

Module refresh_access_token 

Source
Available on crate feature oauth2 only.
Expand description

Module dedicated to the section 6: Refreshing an Access Token.

Refs: https://datatracker.ietf.org/doc/html/rfc6749#section-6

Structs§

RefreshAccessTokenParams
The refresh access token request parameters.
RefreshOauth2AccessToken
The I/O-free coroutine to refresh an access token.

Enums§

RefreshOauth2AccessTokenError
Errors that can occur during the coroutine progression.
RefreshOauth2AccessTokenResult
Send result returned by the coroutine’s resume function.