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