| 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 ClientSecretPost |
ClientSecretPost.parse(HTTPRequest httpRequest) |
Parses a client secret post authentication from the specified HTTP
POST request.
|
static ClientSecretPost |
ClientSecretPost.parse(String paramsString) |
Parses a client secret post authentication from the specified
application/x-www-form-urlencoded encoded parameters string. |
static ClientSecretPost |
ClientSecretPost.parse(Map<String,String> params) |
Parses a client secret post authentication from the specified
parameters map.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.