Share via


TokenExchangeInvokeRequest Class

TokenExchangeInvokeRequest.

Constructor

pydantic model TokenExchangeInvokeRequest

Parameters

Name Description
id
Required
str

The id from the OAuthCard.

connection_name
Required
str

The connection name.

token
Required
str

The user token that can be exchanged.

properties
Required

Extension data for overflow of properties.

Keyword-Only Parameters

Name Description
id
Default value: None
connectionName
Default value: None
token
Default value: None
properties
Default value: None

Attributes

connection_name

field connection_name: str = None (alias 'connectionName')

id

field id: str = None

properties

field properties: dict = None

token

field token: str = None