Class Authentication
Inheritance
Authentication
Assembly: OpenIddict.Demo.Client.BlazorWASM.dll
Syntax
[Route("/authentication/{action}")]
public class Authentication : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
Authentication()
Declaration
Properties
Action
Declaration
[Parameter]
public string? Action { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements
Extension Methods