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