Package | Description |
---|---|
com.nimbusds.oauth2.sdk.auth |
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
|
Modifier and Type | Method and Description |
---|---|
static PrivateKeyJWT |
PrivateKeyJWT.parse(HTTPRequest httpRequest)
Parses the specified HTTP POST request for a private key JSON Web
Token (JWT) authentication.
|
static PrivateKeyJWT |
PrivateKeyJWT.parse(Map<String,String> params)
Parses the specified parameters map for a private key JSON Web Token
(JWT) authentication.
|
static PrivateKeyJWT |
PrivateKeyJWT.parse(String paramsString)
Parses a private key JSON Web Token (JWT) authentication from the
specified
application/x-www-form-urlencoded encoded
parameters string. |
Copyright © 2013 NimbusDS. All Rights Reserved.