OAuth2Credentials

The OAuth 2.0 credentials required for OAuth 2.0 authentication.

Types

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

Properties

Link copied to clipboard

The access token used to access the connector on your behalf.

Link copied to clipboard

The identifier for the desired client.

Link copied to clipboard

The client secret used by the OAuth client to authenticate to the authorization server.

Link copied to clipboard

Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.

Link copied to clipboard

The refresh token used to refresh an expired access token.

Functions

Link copied to clipboard
inline fun copy(block: OAuth2Credentials.Builder.() -> Unit = {}): OAuth2Credentials
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