Function App Auth Settings Google Args
data class FunctionAppAuthSettingsGoogleArgs(val clientId: Output<String>, val clientSecret: Output<String>, val oauthScopes: Output<List<String>>? = null) : ConvertibleToJava<FunctionAppAuthSettingsGoogleArgs>
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/