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. |
connection |
The connection name for the OAuth card. |
text | The text content of the OAuth card. |
token |
The token exchange resource for the OAuth card. |
token |
The token post resource for the OAuth card. |
Property Details
buttons
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