Linux Function App Auth Settings V2Github V2
data class LinuxFunctionAppAuthSettingsV2GithubV2(val clientId: String, val clientSecretSettingName: String, val loginScopes: List<String>? = null)
Properties
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
The list of OAuth 2.0 scopes that should be requested as part of GitHub Login authentication.