ClientSecretBasic, ClientSecretPostpublic abstract class PlainClientSecret extends ClientAuthentication
Related specifications:
| Modifier | Constructor | Description |
|---|---|---|
protected |
PlainClientSecret(ClientAuthenticationMethod method,
ClientID clientID,
Secret secret) |
Creates a new plain secret based client authentication.
|
| Modifier and Type | Method | Description |
|---|---|---|
Secret |
getClientSecret() |
Gets the client secret.
|
applyTo, getClientID, getMethod, parseprotected PlainClientSecret(ClientAuthenticationMethod method, ClientID clientID, Secret secret)
method - The client authentication method. Must not be
null.clientID - The client identifier. Must not be null.secret - The client secret. Must not be null.public Secret getClientSecret()
Copyright © 2018 Connect2id Ltd.. All rights reserved.