AppRegistration Class

The configuration settings of the app registration for providers that have app ids and app secrets.

Inheritance
AppRegistration

Constructor

AppRegistration(*, app_id: Optional[str] = None, app_secret_setting_name: Optional[str] = None, **kwargs)

Parameters

app_id
str
Required

The App ID of the app used for login.

app_secret_setting_name
str
Required

The app setting name that contains the app secret.