Class AuthTokenPayload
-
- All Implemented Interfaces:
public final class AuthTokenPayload
-
-
Field Summary
Fields Modifier and Type Field Description private final StringclientIdprivate final StringclientSecret
-
Constructor Summary
Constructors Constructor Description AuthTokenPayload(String clientId, String clientSecret)
-
Method Summary
Modifier and Type Method Description final StringgetClientId()final StringgetClientSecret()-
-
Method Detail
-
getClientId
final String getClientId()
-
getClientSecret
final String getClientSecret()
-
-
-
-