ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2(val accessToken: String? = null, val clientId: String? = null, val clientSecret: String? = null, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest? = null, val refreshToken: String? = null)

Constructors

constructor(accessToken: String? = null, clientId: String? = null, clientSecret: String? = null, oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest? = null, refreshToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null

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

Link copied to clipboard
val clientId: String? = null

The identifier for the desired client.

Link copied to clipboard
val clientSecret: String? = null

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. See OAuth Request for more details.

Link copied to clipboard
val refreshToken: String? = null

The refresh token used to refresh an expired access token.