IUserManager.SetAuthenticationToken Method
Saves an authentication token for a user in the database.
Syntax
Unit: Sphinx.UserManager
procedure IUserManager.SetAuthenticationToken(User: TUser; const LoginProvider: string; const TokenName: string; const TokenValue: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| User | TUser | The user to save the token for. |
|
| const | LoginProvider | string | The name of the login provider the token is associated with. |
| const | TokenName | string | The name of the token |
| const | TokenValue | string | The value of the token |