Class CredentialConfig

  • All Implemented Interfaces:

    
    public final class CredentialConfig
    
                        

    Data class that contains credentials of the current user.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUserId() Id of the current user.
      final String getUserToken() Api token of the current user.
      final String getUserName() Name of the current user.
      final Boolean isAnonymous() The user is anonymous or not
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait