Module requests

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