AppRegistration interface
The configuration settings of the app registration for providers that have app ids and app secrets
Properties
app |
The App ID of the app used for login. |
app |
The app setting name that contains the app secret. |
Property Details
appId
The App ID of the app used for login.
appId?: string
Property Value
string
appSecretSettingName
The app setting name that contains the app secret.
appSecretSettingName?: string
Property Value
string