FunctionAppAuthSettingsGoogle

data class FunctionAppAuthSettingsGoogle(val clientId: String, val clientSecret: String, val oauthScopes: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OpenID Connect Client ID for the Google web application.

Link copied to clipboard

The client secret associated with the Google web application.

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

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. https://developers.google.com/identity/sign-in/web/