AccessTokenNotAvailableException Constructor
Definition
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.
Initialize a new instance of AccessTokenNotAvailableException.
public:
AccessTokenNotAvailableException(Microsoft::AspNetCore::Components::NavigationManager ^ navigation, Microsoft::AspNetCore::Components::WebAssembly::Authentication::AccessTokenResult ^ tokenResult, System::Collections::Generic::IEnumerable<System::String ^> ^ scopes);
public AccessTokenNotAvailableException (Microsoft.AspNetCore.Components.NavigationManager navigation, Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult tokenResult, System.Collections.Generic.IEnumerable<string> scopes);
public AccessTokenNotAvailableException (Microsoft.AspNetCore.Components.NavigationManager navigation, Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult tokenResult, System.Collections.Generic.IEnumerable<string>? scopes);
new Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenNotAvailableException : Microsoft.AspNetCore.Components.NavigationManager * Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult * seq<string> -> Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenNotAvailableException
Public Sub New (navigation As NavigationManager, tokenResult As AccessTokenResult, scopes As IEnumerable(Of String))
Parameters
- navigation
- NavigationManager
The NavigationManager.
- tokenResult
- AccessTokenResult
The AccessTokenResult.
- scopes
- IEnumerable<String>
The scopes.