Module mas_oidc_client::requests 
source · Expand description
Methods to interact with OpenID Connect and OAuth2.0 endpoints.
Modules§
- Methods related to the account management URL.
 - Requests for the Authorization Code flow.
 - Requests for the Client Credentials flow.
 - Requests for OpenID Connect Provider Discovery.
 - Requests for Token Introspection.
 - Requests and method related to JSON Object Signing and Encryption.
 - Requests for using Refresh Tokens.
 - Requests for Dynamic Registration.
 - Requests for Token Revocation.
 - Requests for RP-Initiated Logout.
 - Requests for the Token endpoint.
 - Requests for obtaining Claims about an end-user.