你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppRegistration interface

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

Properties

appId

The App ID of the app used for login.

appSecretSettingName

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