LinuxFunctionAppAuthSettingsV2MicrosoftV2

data class LinuxFunctionAppAuthSettingsV2MicrosoftV2(val allowedAudiences: List<String>? = null, val clientId: String, val clientSecretSettingName: String, val loginScopes: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of Allowed Audiences that will 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. !>Note: A setting with this name must exist in app_settings to function correctly.

Link copied to clipboard
val loginScopes: List<String>? = null

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