com.nimbusds.oauth2.sdk.auth.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth2-oidc-sdk Show documentation
Show all versions of oauth2-oidc-sdk Show documentation
OAuth 2.0 SDK with OpenID Connection extensions for developing
client and server applications.
/**
* Implementations of OAuth 2.0 client authentication methods at the Token
* endpoint.
*
* The following authentication methods are supported:
*
*
* - {@link com.nimbusds.oauth2.sdk.auth.ClientSecretBasic} (the default)
*
- {@link com.nimbusds.oauth2.sdk.auth.ClientSecretPost}
*
- {@link com.nimbusds.oauth2.sdk.auth.ClientSecretJWT}
*
- {@link com.nimbusds.oauth2.sdk.auth.PrivateKeyJWT}
*
*/
package com.nimbusds.oauth2.sdk.auth;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy