Interface GetOpenIdTokenResponse.Builder

    • Method Detail

      • identityId

        GetOpenIdTokenResponse.Builder identityId​(String identityId)

        A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.

        Parameters:
        identityId - A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • token

        GetOpenIdTokenResponse.Builder token​(String token)

        An OpenID token, valid for 10 minutes.

        Parameters:
        token - An OpenID token, valid for 10 minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.