Interface BackendAuthAppleProviderConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>, SdkBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>, SdkPojo
Enclosing class:
BackendAuthAppleProviderConfig

public static interface BackendAuthAppleProviderConfig.Builder extends SdkPojo, CopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>
  • Method Details

    • 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

      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

      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

      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.