IdentityErrorDescriber.LoginAlreadyAssociated Method

Definition

Returns an IdentityError indicating an external login is already associated with an account.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ LoginAlreadyAssociated();
public virtual Microsoft.AspNetCore.Identity.IdentityError LoginAlreadyAssociated ();
abstract member LoginAlreadyAssociated : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.LoginAlreadyAssociated : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function LoginAlreadyAssociated () As IdentityError

Returns

An IdentityError indicating an external login is already associated with an account.

Applies to