BlazorAuthenticationChallengeHandler.HandleExceptionAsync(Exception) Method

Definition

Handles exceptions that may require user re-authentication. Returns true if a challenge was initiated, false otherwise.

public System.Threading.Tasks.Task<bool> HandleExceptionAsync(Exception exception);
member this.HandleExceptionAsync : Exception -> System.Threading.Tasks.Task<bool>
Public Function HandleExceptionAsync (exception As Exception) As Task(Of Boolean)

Parameters

exception
Exception

Returns

Applies to