AdaptiveCardInvokeResponseFactory.Login(OAuthCard) Method

Definition

Returns response with type LoginRequest.

public static Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse Login(Microsoft.Agents.Core.Models.OAuthCard card);
static member Login : Microsoft.Agents.Core.Models.OAuthCard -> Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse
Public Shared Function Login (card As OAuthCard) As AdaptiveCardInvokeResponse

Parameters

card
OAuthCard

An OAuthCard

Returns

The response that includes a response that the client should display.

Applies to