Interface UserIdentifier.Builder

  • Method Details

    • userToken

      UserIdentifier.Builder userToken(String userToken)

      The OAuth2.0 token issued by the user’s identity provider

      Parameters:
      userToken - The OAuth2.0 token issued by the user’s identity provider
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The ID of the user for whom you have retrieved a workload access token for

      Parameters:
      userId - The ID of the user for whom you have retrieved a workload access token for
      Returns:
      Returns a reference to this object so that method calls can be chained together.