App Service Auth Settings Google Args
data class AppServiceAuthSettingsGoogleArgs(val clientId: Output<String>, val clientSecret: Output<String>, val oauthScopes: Output<List<String>>? = null) : ConvertibleToJava<AppServiceAuthSettingsGoogleArgs>
Constructors
Link copied to clipboard
fun AppServiceAuthSettingsGoogleArgs(clientId: Output<String>, clientSecret: Output<String>, oauthScopes: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
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/