OAuthCard interface

A card representing a request to perform a sign in via OAuth

Properties

buttons

Action to use to perform signin

connectionName

The name of the registered connection

text

Text for signin request

tokenExchangeResource

The token exchange resource for single sign on

Property Details

buttons

Action to use to perform signin

buttons: CardAction[]

Property Value

connectionName

The name of the registered connection

connectionName: string

Property Value

string

text

Text for signin request

text: string

Property Value

string

tokenExchangeResource

The token exchange resource for single sign on

tokenExchangeResource: TokenExchangeResource

Property Value