ClientRegistration Class

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

Constructor

ClientRegistration()

Variables

Name Description
clientId
str

The Client ID of the app used for login.

clientSecretSettingName
str

The app setting name that contains the client secret.

Attributes

clientId

The Client ID of the app used for login.

clientId: str

clientSecretSettingName

The app setting name that contains the client secret.

clientSecretSettingName: str