Authentication.WithButtons Method

Definition

Overloads

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

Returns

Applies to