-
public final class CredentialConfigData class that contains credentials of the current user.
-
-
Constructor Summary
Constructors Constructor Description CredentialConfig(String userId, String userToken, String userName, Boolean isAnonymous)
-
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. final BooleangetIsAnonymous()The user is anonymous or not -
-
Method Detail
-
getUserToken
final String getUserToken()
Api token of the current user.
-
getUserName
final String getUserName()
Name of the current user.
-
getIsAnonymous
final Boolean getIsAnonymous()
The user is anonymous or not
-
-
-
-