IAuthCardButton interface
Defines a button as displayed when prompting a user to authenticate. For more information, refer to the Bot Framework CardAction type.
Properties
| image | A URL to an image to display alongside the button’s caption. |
| title | The caption of the button. |
| type | Must be signin. |
| value | The value associated with the button. The meaning of value depends on the button’s type. |
Property Details
image
A URL to an image to display alongside the button’s caption.
image?: string
Property Value
string
title
The caption of the button.
title?: string
Property Value
string
type
Must be signin.
type?: string
Property Value
string
value
The value associated with the button. The meaning of value depends on the button’s type.
value?: string
Property Value
string