LinuxWebAppAuthSettingsV2GoogleV2

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

Constructors

Link copied to clipboard
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 should be requested as part of Google Sign-In authentication.

Link copied to clipboard

The OpenID Connect Client ID for the Google web application.

Link copied to clipboard

The app setting name that contains the client_secret value used for Google Login. !>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 OAuth 2.0 scopes that should be requested as part of Google Sign-In authentication.