LinuxFunctionAppAuthSettingsV2AppleV2

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

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecretSettingName: String, loginScopes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OpenID Connect Client ID for the Apple web application.

Link copied to clipboard

The app setting name that contains the client_secret value used for Apple Login. !>Note: A setting with this name must exist in app_settings to function correctly.

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

A list of Login Scopes provided by this Authentication Provider.