public final class ClientCredential extends Object
Constructor and Description |
---|
ClientCredential(String clientId,
String clientSecret)
Constructor to create credential with client id and secret
|
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
Gets the identifier of the client requesting the token.
|
String |
getClientSecret()
Gets the secret of the client requesting the token.
|
Copyright © 2013–2015. All rights reserved.