Share via


UserAuthorizationOptions.SignInFailedMessage Property

Definition

Optional sign in failure message. This is only used if the OnUserSignInFailure(AuthorizationFailure) is not set.

public Func<string,Microsoft.Agents.Builder.UserAuth.SignInResponse,Microsoft.Agents.Core.Models.IActivity[]> SignInFailedMessage { get; set; }
member this.SignInFailedMessage : Func<string, Microsoft.Agents.Builder.UserAuth.SignInResponse, Microsoft.Agents.Core.Models.IActivity[]> with get, set
Public Property SignInFailedMessage As Func(Of String, SignInResponse, IActivity())

Property Value

Applies to