SignInManager<TUser>.UpdateExternalAuthenticationTokensAsync Yöntem

Tanım

Dış kimlik doğrulama tanımlama bilgisinde bulunan tüm kimlik doğrulama belirteçlerini ilişkili kullanıcıda depolar.

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)

Parametreler

externalLogin
ExternalLoginInfo

Dış oturum açma sağlayıcısından gelen bilgiler.

Döndürülenler

işlemini Task içeren zaman uyumsuz işlemi temsil eden IdentityResult .

Şunlara uygulanır