Available on crate feature
experimental-oidc
only.Expand description
Requests for the Authorization Code flow.
Structs§
- Authorization
Request Data - The data necessary to build an authorization request.
- Authorization
Validation Data - 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.