App Service Auth Settings Microsoft
data class AppServiceAuthSettingsMicrosoft(val clientId: String, val clientSecret: String, val oauthScopes: List<String>? = null)
Constructors
Link copied to clipboard
fun AppServiceAuthSettingsMicrosoft(clientId: String, clientSecret: String, oauthScopes: List<String>? = null)
Types
Properties
Link copied to clipboard
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx