Module authorization_code

Source
Available on crate feature experimental-oidc only.
Expand description

Requests for the Authorization Code flow.

Structs§

AuthorizationRequestData
The data necessary to build an authorization request.
AuthorizationValidationData
The data necessary to validate a response from the Token endpoint in the Authorization Code flow.

Functions§

access_token_with_authorization_code
Exchange an authorization code for an access token.
build_authorization_url
Build the URL for authenticating at the Authorization endpoint.
build_par_authorization_url
Make a Pushed Authorization Request and build the URL for authenticating at the Authorization endpoint.