AccessTokenNotAvailableException Class

Definition

An Exception that is thrown when an AuthorizationMessageHandler instance is not able to provision an access token.

C#
public class AccessTokenNotAvailableException : Exception
Inheritance
AccessTokenNotAvailableException

Constructors

Methods

Redirect()

Navigates to InteractiveRequestUrl using the given InteractionOptions to allow refreshing the access token.

Redirect(Action<InteractiveRequestOptions>)

Navigates to InteractiveRequestUrl using the given InteractionOptions to allow refreshing the access token.

Applies to

Product Versions
ASP.NET Core 3.1, 5.0, 6.0, 7.0, 8.0, 9.0