OAuthCard Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OAuthCard() |
Initializes a new instance of the OAuthCard class. |
OAuthCard(String, String, IList<CardAction>) |
Initializes a new instance of the OAuthCard class. |
OAuthCard()
Initializes a new instance of the OAuthCard class.
public OAuthCard ();
Public Sub New ()
Applies to
OAuthCard(String, String, IList<CardAction>)
Initializes a new instance of the OAuthCard class.
public OAuthCard (string text = default, string connectionName = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> buttons = default);
new Microsoft.Bot.Schema.OAuthCard : string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> -> Microsoft.Bot.Schema.OAuthCard
Public Sub New (Optional text As String = Nothing, Optional connectionName As String = Nothing, Optional buttons As IList(Of CardAction) = Nothing)
Parameters
- text
- String
Text for signin request.
- connectionName
- String
The name of the registered connection.
- buttons
- IList<CardAction>
Action to use to perform signin.