Authentication.WithButtons Method
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
| Name | Description |
|---|---|
| WithButtons(AuthCardButton[]) | |
| WithButtons(IList<AuthCardButton>) |
WithButtons(AuthCardButton[])
public Microsoft.Teams.Cards.Authentication WithButtons(params Microsoft.Teams.Cards.AuthCardButton[] value);
member this.WithButtons : Microsoft.Teams.Cards.AuthCardButton[] -> Microsoft.Teams.Cards.Authentication
Public Function WithButtons (ParamArray value As AuthCardButton()) As Authentication
Parameters
- value
- AuthCardButton[]
Returns
Applies to
WithButtons(IList<AuthCardButton>)
public Microsoft.Teams.Cards.Authentication WithButtons(System.Collections.Generic.IList<Microsoft.Teams.Cards.AuthCardButton> value);
member this.WithButtons : System.Collections.Generic.IList<Microsoft.Teams.Cards.AuthCardButton> -> Microsoft.Teams.Cards.Authentication
Public Function WithButtons (value As IList(Of AuthCardButton)) As Authentication
Parameters
- value
- IList<AuthCardButton>