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

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

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

Methods in com.nimbusds.oauth2.sdk.auth that return ClientSecretPost
static ClientSecretPost ClientSecretPost.parse(HTTPRequest httpRequest)
          Parses a client secret post authentication from the specified HTTP POST request.
static ClientSecretPost ClientSecretPost.parse(Map<String,String> params)
          Parses a client secret post authentication from the specified parameters map.
static ClientSecretPost ClientSecretPost.parse(String paramsString)
          Parses a client secret post authentication from the specified application/x-www-form-urlencoded encoded parameters string.
 



Copyright © 2013 NimbusDS. All Rights Reserved.