OAuthParameters

An object that contains information needed to create a data source connection that uses OAuth client credentials. This option is available for data source connections that are made with Snowflake and Starburst.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource uri of the identity provider.

Link copied to clipboard

The OAuth scope.

Link copied to clipboard

The token endpoint URL of the identity provider.

Functions

Link copied to clipboard
inline fun copy(block: OAuthParameters.Builder.() -> Unit = {}): OAuthParameters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String