Interface BackendAuthAppleProviderConfig.Builder

    • Method Detail

      • clientId

        BackendAuthAppleProviderConfig.Builder clientId​(String clientId)

        Describes the client_id (also called Services ID) that comes from Apple.

        Parameters:
        clientId - Describes the client_id (also called Services ID) that comes from Apple.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyId

        BackendAuthAppleProviderConfig.Builder keyId​(String keyId)

        Describes the key_id that comes from Apple.

        Parameters:
        keyId - Describes the key_id that comes from Apple.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateKey

        BackendAuthAppleProviderConfig.Builder privateKey​(String privateKey)

        Describes the private_key that comes from Apple.

        Parameters:
        privateKey - Describes the private_key that comes from Apple.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • teamId

        BackendAuthAppleProviderConfig.Builder teamId​(String teamId)

        Describes the team_id that comes from Apple.

        Parameters:
        teamId - Describes the team_id that comes from Apple.
        Returns:
        Returns a reference to this object so that method calls can be chained together.