Available on crate feature
oauth2
only.Expand description
Module dedicated to the OAuth 2.0 Authorization Framework.
Refs: https://datatracker.ietf.org/doc/html/rfc6749
Modulesยง
- authorization_
code_ grant - Module dedicated to the section 4.1: Authorization Code Grant.
- issue_
access_ token - Module dedicated to the section 5: Issuing an Access Token.
- refresh_
access_ token - Module dedicated to the section 6: Refreshing an Access Token.