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