Share via


OAuthCard interface

Represents an OAuth card. This interface defines the structure of an OAuth card, including its buttons, connection name, text, and associated resources.

Properties

buttons

The buttons associated with the OAuth card.

connectionName

The connection name for the OAuth card.

text

The text content of the OAuth card.

tokenExchangeResource

The token exchange resource for the OAuth card.

tokenPostResource

The token post resource for the OAuth card.

Property Details

buttons

The buttons associated with the OAuth card.

buttons: CardAction[]

Property Value

connectionName

The connection name for the OAuth card.

connectionName: string

Property Value

string

text

The text content of the OAuth card.

text: string

Property Value

string

tokenExchangeResource

The token exchange resource for the OAuth card.

tokenExchangeResource: TokenExchangeResource

Property Value

tokenPostResource

The token post resource for the OAuth card.

tokenPostResource: TokenPostResource

Property Value