Module requests

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