Class Token


  • public class Token
    extends Object
    • Constructor Detail

      • Token

        public Token()
    • Method Detail

      • getName

        public String getName()
        The name of the header in which the token should be presented on subsequent API calls.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getToken

        public String getToken()
        The token which should be passed. This should be considered opaque data by the client. It is not intended to contain any data interpretable by the client. The format is secret and subject to change without notice.
        Returns:
        token
      • setToken

        public void setToken​(String token)