java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.Token

public class Token extends Object
Class that will hold the entire Profile information about all configurations and contents of the app
Since:
4/5/23
  • Constructor Details

    • Token

      public Token()
    • Token

      public Token(String mAccessToken, String mTokenType)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getmAccessToken

      public String getmAccessToken()
    • setmAccessToken

      public void setmAccessToken(String mAccessToken)
    • getmTokenType

      public String getmTokenType()
    • setmTokenType

      public void setmTokenType(String mTokenType)