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