Uses of Class
com.nimbusds.oauth2.sdk.auth.JWTAuthentication

Packages that use JWTAuthentication
com.nimbusds.oauth2.sdk.auth Implementations of OAuth 2.0 client authentication methods at the Token endpoint. 
 

Uses of JWTAuthentication in com.nimbusds.oauth2.sdk.auth
 

Subclasses of JWTAuthentication in com.nimbusds.oauth2.sdk.auth
 class ClientSecretJWT
          Client secret JWT authentication at the Token endpoint.
 class PrivateKeyJWT
          Private key JWT authentication at the Token endpoint.
 

Methods in com.nimbusds.oauth2.sdk.auth that return JWTAuthentication
static JWTAuthentication JWTAuthentication.parse(HTTPRequest httpRequest)
          Parses the specified HTTP request for a JSON Web Token (JWT) based client authentication.
 



Copyright © 2013 NimbusDS. All Rights Reserved.