IUserManager.RemoveLogin Method
Removes the link between an external (upstream) identity and a local user.
Syntax
Unit: Sphinx.UserManager
procedure IUserManager.RemoveLogin(User: TUser; const LoginProvider: string; const ProviderKey: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| User | TUser | The local user the external identity is linked to. |
|
| const | LoginProvider | string | The name of the external provider. |
| const | ProviderKey | string | The stable identifier of the user at the external provider (the sub claim). |