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

Afficher le fichier Open project: Aguafrommars/TheIdServer

Méthodes protégées

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

Private Methods

Méthode Description
GetProviderName ( string id ) : Task

Method Details

GetFilteredValues() protected méthode

protected GetFilteredValues ( string term, CancellationToken cancellationToken ) : Task>
term string
cancellationToken CancellationToken
Résultat Task>

OnInitializedAsync() protected méthode

protected OnInitializedAsync ( ) : Task
Résultat Task

OnParametersSet() protected méthode

protected OnParametersSet ( ) : void
Résultat void

SetValue() protected méthode

protected SetValue ( string inputValue ) : void
inputValue string
Résultat void