Class GetClientDeviceAuthTokenResponse

    • Constructor Detail

      • GetClientDeviceAuthTokenResponse

        public GetClientDeviceAuthTokenResponse()
    • Method Detail

      • getClientDeviceAuthToken

        public String getClientDeviceAuthToken()
        The session token for the client device. You can use this session token in subsequent requests to authorize this client device's actions.
      • setClientDeviceAuthToken

        public void setClientDeviceAuthToken​(String clientDeviceAuthToken)
        The session token for the client device. You can use this session token in subsequent requests to authorize this client device's actions.
      • withClientDeviceAuthToken

        public GetClientDeviceAuthTokenResponse withClientDeviceAuthToken​(String clientDeviceAuthToken)
        The session token for the client device. You can use this session token in subsequent requests to authorize this client device's actions.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object