- All Implemented Interfaces:
Credentials
Simple credential implementation based on a clientId and clientSecret.
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
-
Constructor Details
-
ClientCredentials
public ClientCredentials(@Nonnull
String clientId,
@Nonnull
String clientSecret)
-
Method Details
-
-
getClientId
@Nonnull
public String getClientId()
-
getClientSecret
@Nonnull
public String getClientSecret()
-
-
canEqual
protected boolean canEqual(@Nullable
Object other)
-