AppleRegistration Class

The configuration settings of the registration for the Apple provider.

Inheritance
AppleRegistration

Constructor

AppleRegistration(*, client_id: Optional[str] = None, client_secret_setting_name: Optional[str] = None, **kwargs)

Parameters

client_id
str
Required

The Client ID of the app used for login.

client_secret_setting_name
str
Required

The app setting name that contains the client secret.