AuthContainer.removeLoginID() method
Removes login ID from current user.
Signature:
removeLoginID(loginID: {
[key: string]: string;
}): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| loginID | { [key: string]: string; } |
Returns:
Promise<void>