C# Class Aguacongas.TheIdServer.BlazorApp.Pages.Client.Components.IdentityProvider

Exibir arquivo Open project: Aguafrommars/TheIdServer

Protected Methods

Method Description
GetFilteredValues ( string term, CancellationToken cancellationToken ) : Task>
OnInitializedAsync ( ) : Task
OnParametersSet ( ) : void
SetValue ( string inputValue ) : void

Private Methods

Method Description
GetProviderName ( string id ) : Task

Method Details

GetFilteredValues() protected method

protected GetFilteredValues ( string term, CancellationToken cancellationToken ) : Task>
term string
cancellationToken CancellationToken
return Task>

OnInitializedAsync() protected method

protected OnInitializedAsync ( ) : Task
return Task

OnParametersSet() protected method

protected OnParametersSet ( ) : void
return void

SetValue() protected method

protected SetValue ( string inputValue ) : void
inputValue string
return void