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 ClientSecretBasic |
ClientSecretBasic.parse(HTTPRequest httpRequest)
Parses a client secret basic authentication from the specified HTTP
request.
|
static ClientSecretBasic |
ClientSecretBasic.parse(String header)
Parses a client secret basic authentication from the specified HTTP
Authorization header.
|
Copyright © 2014 NimbusDS. All Rights Reserved.