Expand description
Methods to interact with OpenID Connect and OAuth2.0 endpoints.
Modulesยง
- authorization_
code - Requests for the Authorization Code flow.
- client_
credentials - Requests for the Client Credentials flow.
- discovery
- Requests for OpenID Connect Provider Discovery.
- jose
- Requests and method related to JSON Object Signing and Encryption.
- refresh_
token - Requests for using Refresh Tokens.
- token
- Requests for the Token endpoint.
- userinfo
- Requests for obtaining Claims about an end-user.