Connector Profile OAuth2Credentials
data class ConnectorProfileOAuth2Credentials(val accessToken: String? = null, val clientId: String? = null, val clientSecret: String? = null, val oAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, val refreshToken: String? = null)
Constructors
Link copied to clipboard
constructor(accessToken: String? = null, clientId: String? = null, clientSecret: String? = null, oAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, refreshToken: String? = null)
Properties
Link copied to clipboard
The access token used to access the connector on your behalf.
Link copied to clipboard
The client secret used by the OAuth client to authenticate to the authorization server.
Link copied to clipboard
Link copied to clipboard
The refresh token used to refresh an expired access token.