Module v2_0

Module v2_0 

Source
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.