Package com.nimbusds.oauth2.sdk.auth
package com.nimbusds.oauth2.sdk.auth
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
The following authentication methods are supported:
-
ClassesClassDescriptionBase abstract class for client authentication at the Token endpoint.Client authentication method at the Token endpoint.Client secret basic authentication at the Token endpoint.Client secret JWT authentication at the Token endpoint.Client secret post authentication at the Token endpoint.Base abstract class for JSON Web Token (JWT) based client authentication at the Token endpoint.JWT client authentication claims set, serialisable to a JSON object and JWT claims set.PKI mutual TLS client authentication at the Token endpoint.Base abstract class for plain secret based client authentication at the Token endpoint.Private key JWT authentication at the Token endpoint.Secret.Self-signed certificate mutual TLS client authentication at the Token endpoint.The base abstract class for mutual TLS client authentication at the Token endpoint.X.509 certificate SHA-256 confirmation.