public abstract class PlainClientSecret extends ClientAuthentication
Related specifications:
Modifier | Constructor and Description |
---|---|
protected |
PlainClientSecret(ClientAuthenticationMethod method,
ClientID clientID,
Secret secret)
Creates a new plain secret based client authentication.
|
Modifier and Type | Method and Description |
---|---|
Secret |
getClientSecret()
Gets the client secret.
|
applyTo, getClientID, getMethod, parse
protected 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 © 2016 Connect2id Ltd.. All rights reserved.