UserAuthorizationOptions.SignInFailedMessage Property
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.
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())