Module issue_access_token

Module issue_access_token 

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

IssueAccessTokenErrorParams
The response returned by the authorization server when the access token request is not valid or unauthorized.
IssueAccessTokenSuccessParams
The response returned by the authorization server when the access token request is valid and authorized.

Enums§

IssueAccessTokenErrorCode
The error code of the IssueAccessTokenErrorParams.

Type Aliases§

AccessTokenResponse