Compartir a través de


RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.Options Propiedad

Definición

Obtiene las opciones de la biblioteca de JavaScript subyacente que controla las operaciones de autenticación.

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)

Valor de propiedad

RemoteAuthenticationOptions<TProviderOptions>

Se aplica a