Interface TokenIdentity

    • Method Detail

      • token

        String token()
        Retrieves string field representing the literal token string.
      • create

        static TokenIdentity create​(String token)
        Constructs a new token object, which can be used to authorize requests to services that use token based auth
        Parameters:
        token - The token used to authorize requests.