Function App Auth Settings Google
data class FunctionAppAuthSettingsGoogle(val clientId: String, val clientSecret: String, val oauthScopes: List<String>? = null)
Properties
Link copied to clipboard
The client secret associated with the Google web application.
Link copied to clipboard
The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. https://developers.google.com/identity/sign-in/web/