Available on crate feature
oauth2
only.Expand description
Module dedicated to the section 5: Issuing an Access Token.
Refs: https://datatracker.ietf.org/doc/html/rfc6749#section-5
Structs§
- Issue
Access Token Error Params - The response returned by the authorization server when the access token request is not valid or unauthorized.
- Issue
Access Token Success Params - The response returned by the authorization server when the access token request is valid and authorized.
Enums§
- Issue
Access Token Error Code - The error code of the
IssueAccessTokenErrorParams
.