AccessTokenNotAvailableException Class
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.
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
Access |
Initialize a new instance of AccessTokenNotAvailableException. |
Redirect() |
Navigates to InteractiveRequestUrl using the given InteractionOptions to allow refreshing the access token. |
Redirect(Action<Interactive |
Navigates to InteractiveRequestUrl using the given InteractionOptions to allow refreshing the access token. |
Product | Versions |
---|---|
ASP.NET Core | 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |