Share via


SigninCard Class

A card representing a request to sign in.

Constructor

pydantic model SigninCard

Parameters

Name Description
text
Required
str

Text for signin request

buttons
Required

Action to use to perform signin

Keyword-Only Parameters

Name Description
text
Default value: None
buttons
Default value: None

Attributes

buttons

field buttons: list[CardAction] = None

text

field text: str = None