Available on crate feature
experimental-oidc
only.Expand description
Methods to interact with OpenID Connect and OAuth2.0 endpoints.
Modulesยง
- account_
management - Methods related to the account management URL.
- authorization_
code - Requests for the Authorization Code flow.
- client_
credentials - Requests for the Client Credentials flow.
- discovery
- Requests for OpenID Connect Provider Discovery.
- introspection
- Requests for Token Introspection.
- jose
- Requests and method related to JSON Object Signing and Encryption.
- refresh_
token - Requests for using Refresh Tokens.
- registration
- Requests for Dynamic Registration.
- revocation
- Requests for Token Revocation.
- rp_
initiated_ logout - Requests for RP-Initiated Logout.
- token
- Requests for the Token endpoint.
- userinfo
- Requests for obtaining Claims about an end-user.