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

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

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

Methods in com.nimbusds.oauth2.sdk.auth that return Secret
 Secret ClientSecretBasic.getClientSecret()
          Gets the client secret.
 Secret ClientSecretPost.getClientSecret()
          Gets the client secret.
 

Constructors in com.nimbusds.oauth2.sdk.auth with parameters of type Secret
ClientSecretBasic(ClientID clientID, Secret secret)
          Creates a new client secret basic authentication.
ClientSecretPost(ClientID clientID, Secret secret)
          Creates a new client secret post authentication.
 

Uses of Secret in com.nimbusds.oauth2.sdk.reg
 

Methods in com.nimbusds.oauth2.sdk.reg that return Secret
 Secret ClientInformation.getSecret()
          Gets the client secret.
 

Constructors in com.nimbusds.oauth2.sdk.reg with parameters of type Secret
ClientInformation(ClientID id, URL registrationURI, BearerAccessToken accessToken, ClientMetadata metadata, Secret secret, Date issueDate)
          Creates a new client information instance.
 



Copyright © 2013 NimbusDS. All Rights Reserved.