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§
- Refresh
Access Token Params - The refresh access token request parameters.
- Refresh
Oauth2 Access Token - The I/O-free coroutine to refresh an access token.
Enums§
- Refresh
Oauth2 Access Token Error - Errors that can occur during the coroutine progression.
- Refresh
Oauth2 Access Token Result - Send result returned by the coroutine’s resume function.