ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest

Constructors

constructor(authCode: String? = null, redirectUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authCode: String? = null

The code provided by the connector when it has been authenticated via the connected app.

Link copied to clipboard
val redirectUri: String? = null

The URL to which the authentication server redirects the browser after authorization has been granted.