AccountConnectorProviderOauthConfig

data class AccountConnectorProviderOauthConfig(val scopes: List<String>, val systemProviderId: String? = null)

Constructors

Link copied to clipboard
constructor(scopes: List<String>, systemProviderId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.

Link copied to clipboard

List of providers that are owned by Developer Connect. Possible values: GITHUB GITLAB GOOGLE SENTRY ROVO NEW_RELIC DATASTAX