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: stringProperty Value
string
text
The text content of the OAuth card.
text: stringProperty Value
string
		tokenExchangeResource
	  
	The token exchange resource for the OAuth card.
tokenExchangeResource: TokenExchangeResourceProperty Value
		tokenPostResource
	  
	The token post resource for the OAuth card.
tokenPostResource: TokenPostResource