GetWindowsWebAppAuthSettingGithub

data class GetWindowsWebAppAuthSettingGithub(val clientId: String, val clientSecret: String, val clientSecretSettingName: String, val oauthScopes: List<String>)

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecret: String, clientSecretSettingName: String, oauthScopes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OAuth 2.0 client ID used by the app for authentication.

Link copied to clipboard

The OAuth 2.0 client secret used by the app for authentication.

Link copied to clipboard

The app setting name containing the OAuth 2.0 client secret used by the app for authentication.

Link copied to clipboard

A list of OAuth 2.0 scopes requested as part of Microsoft Account authentication.