Module mas_oidc_client::requests::authorization_code
source · Expand description
Requests for the Authorization Code flow.
Structs§
- The data necessary to build an authorization request.
- The data necessary to validate a response from the Token endpoint in the Authorization Code flow.
Functions§
- Exchange an authorization code for an access token.
- Build the URL for authenticating at the Authorization endpoint.