Class ClientCredentials
- java.lang.Object
-
- com.fifa.connectservicebus.sdk.authentication.ClientCredentials
-
public class ClientCredentials extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientCredentials(String clientId, String secretKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()StringgetSecretKey()StringtoString()Gets string representation of object
-