Windows Function App Slot Auth Settings V2Apple V2
data class WindowsFunctionAppSlotAuthSettingsV2AppleV2(val clientId: String, val clientSecretSettingName: String, val loginScopes: List<String>? = null)
Constructors
Link copied to clipboard
fun WindowsFunctionAppSlotAuthSettingsV2AppleV2(clientId: String, clientSecretSettingName: String, loginScopes: List<String>? = null)