pub async fn discover_json_web_keys(
    configuration: &Configuration
) -> Result<JsonWebKeySet, Error<DiscoverJsonWebKeysError>>
Expand description

This endpoint returns JSON Web Keys required to verifying OpenID Connect ID Tokens and, if enabled, OAuth 2.0 JWT Access Tokens. This endpoint can be used with client libraries like node-jwks-rsa among others.