AccessTokenNotAvailableException Class

Definition

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

public ref class AccessTokenNotAvailableException : Exception
public class AccessTokenNotAvailableException : Exception
type AccessTokenNotAvailableException = class
    inherit Exception
Public Class AccessTokenNotAvailableException
Inherits Exception
Inheritance
AccessTokenNotAvailableException

Constructors

AccessTokenNotAvailableException(NavigationManager, AccessTokenResult, IEnumerable<String>)

Initialize a new instance of AccessTokenNotAvailableException.

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