Udostępnij za pośrednictwem


IUserAuthenticationTokenStore<TUser>.GetTokenAsync Metoda

Definicja

Zwraca wartość tokenu.

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetTokenAsync(TUser user, System::String ^ loginProvider, System::String ^ name, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> GetTokenAsync (TUser user, string loginProvider, string name, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string?> GetTokenAsync (TUser user, string loginProvider, string name, System.Threading.CancellationToken cancellationToken);
abstract member GetTokenAsync : 'User * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetTokenAsync (user As TUser, loginProvider As String, name As String, cancellationToken As CancellationToken) As Task(Of String)

Parametry

user
TUser

Użytkownik.

loginProvider
String

Dostawca uwierzytelniania tokenu.

name
String

Nazwa tokenu.

cancellationToken
CancellationToken

Używane CancellationToken do propagacji powiadomień, że operacja powinna zostać anulowana.

Zwraca

Element Task reprezentujący operację asynchroniczną.

Dotyczy