Share via


AccessTokenNotAvailableException コンストラクター

定義

の新しいインスタンスを 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))

パラメーター

scopes
IEnumerable<String>

スコープ。

適用対象