pub async fn well_known(
configuration: &Configuration,
) -> Result<JsonWebKeySet, Error<WellKnownError>>Expand description
This endpoint returns JSON Web Keys to be used as public keys for 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.