-
public final class CredentialConfigData class that contains credentials of the current user.
-
-
Constructor Summary
Constructors Constructor Description CredentialConfig(String userId, String userToken, String userName)
-
Method Summary
Modifier and Type Method Description final StringgetUserId()Id of the current user. final StringgetUserToken()Api token of the current user. final StringgetUserName()Name of the current user. -
-
Method Detail
-
getUserToken
final String getUserToken()
Api token of the current user.
-
getUserName
final String getUserName()
Name of the current user.
-
-
-
-