public class ClientCredentialsGrantRequest extends AccessTokenGrantRequest
| Constructor and Description |
|---|
ClientCredentialsGrantRequest(String clientId,
String clientSecret,
Collection<String> scopes)
Constructs a "client_credentials" type of grant request from properties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, getClientId, getClientSecret, getGrantType, getPropertyMap, getScopes, hashCode, map, setScopespublic ClientCredentialsGrantRequest(String clientId, String clientSecret, Collection<String> scopes)
clientId - clientSecret - scopes - public String toString()
toString in class AccessTokenGrantRequestCopyright © 2017. All rights reserved.