GetWindowsFunctionAppAuthSettingsV2MicrosoftV2

data class GetWindowsFunctionAppAuthSettingsV2MicrosoftV2(val allowedAudiences: List<String>, val clientId: String, val clientSecretSettingName: String, val loginScopes: List<String>)

Constructors

constructor(allowedAudiences: List<String>, clientId: String, clientSecretSettingName: String, loginScopes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Allowed Audiences that are be requested as part of Microsoft Sign-In authentication.

Link copied to clipboard

The OAuth 2.0 client ID that was created for the app used for authentication.

Link copied to clipboard

The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.

Link copied to clipboard

The list of Login scopes that are requested as part of Microsoft Account authentication.