AdaptiveCardInvokeResponseFactory.Login(OAuthCard) 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.
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.