All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nimbusds.oauth2.sdk.auth.package-info Maven / Gradle / Ivy

/**
 * 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 - 2024 Weber Informatics LLC | Privacy Policy