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
fun ConnectorProfileOAuth2Credentials(accessToken: String? = null, clientId: String? = null, clientSecret: String? = null, oAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, refreshToken: String? = null)