Share via


SignInManager<TUser>.UpdateExternalAuthenticationTokensAsync Methode

Definition

Speichert alle im externen Authentifizierungscookies gefundenen Authentifizierungstoken im zugeordneten Benutzer.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ UpdateExternalAuthenticationTokensAsync(Microsoft::AspNetCore::Identity::ExternalLoginInfo ^ externalLogin);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> UpdateExternalAuthenticationTokensAsync (Microsoft.AspNetCore.Identity.ExternalLoginInfo externalLogin);
abstract member UpdateExternalAuthenticationTokensAsync : Microsoft.AspNetCore.Identity.ExternalLoginInfo -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.UpdateExternalAuthenticationTokensAsync : Microsoft.AspNetCore.Identity.ExternalLoginInfo -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Public Overridable Function UpdateExternalAuthenticationTokensAsync (externalLogin As ExternalLoginInfo) As Task(Of IdentityResult)

Parameter

externalLogin
ExternalLoginInfo

Die Informationen des externen Anmeldeanbieters.

Gibt zurück

Das Task , das den asynchronen Vorgang darstellt, der den IdentityResult des Vorgangs enthält.

Gilt für: