IOAuthCard interface

An interface representing OAuthCard. A card representing a request to peform 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

Property Details

buttons

Action to use to perform signin

buttons: ICardAction[]

Property Value

connectionName

The name of the registered connection

connectionName: string

Property Value

string

text

Text for signin request

text: string

Property Value

string