WindowsFunctionAppAuthSettingsV2GithubV2

data class WindowsFunctionAppAuthSettingsV2GithubV2(val clientId: String, val clientSecretSettingName: String, val loginScopes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecretSettingName: String, loginScopes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the GitHub app used for login.

Link copied to clipboard

The app setting name that contains the client_secret value used for GitHub Login. !>Note: A setting with this name must exist in app_settings to function correctly.

Link copied to clipboard
val loginScopes: List<String>? = null

The list of OAuth 2.0 scopes that should be requested as part of GitHub Login authentication.