다음을 통해 공유


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>

적용 대상