次の方法で共有


RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.Options プロパティ

定義

認証操作を処理する基になる JavaScript ライブラリのオプションを取得します。

protected:
 property Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationOptions<TProviderOptions> ^ Options { Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationOptions<TProviderOptions> ^ get(); };
protected Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<TProviderOptions> Options { get; }
member this.Options : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<'ProviderOptions (requires 'ProviderOptions : (new : unit -> 'ProviderOptions))>
Protected ReadOnly Property Options As RemoteAuthenticationOptions(Of TProviderOptions)

プロパティ値

RemoteAuthenticationOptions<TProviderOptions>

適用対象