OAuthPromptSettings.EndOnInvalidMessage Property

Definition

Gets or sets a value indicating whether the OAuthPrompt should end upon receiving an invalid message. Generally the OAuthPrompt will ignore incoming messages from the user during the auth flow, if they are not related to the auth flow. This flag enables ending the OAuthPrompt rather than ignoring the user's message. Typically, this flag will be set to 'true', but is 'false' by default for backwards compatibility.

public bool EndOnInvalidMessage { get; set; }
member this.EndOnInvalidMessage : bool with get, set
Public Property EndOnInvalidMessage As Boolean

Property Value

True if the OAuthPrompt should automatically end upon receiving an invalid message.

Applies to