Home > borogove > persistence > Sqlite > getLogin
persistence.Sqlite.getLogin() method
Signature:
getLogin(accountId: string): Promise<{clientId: string | null, displayName: string | null, fastCount: number, token: string | null}>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| accountId | string |
Returns:
Promise<{clientId: string | null, displayName: string | null, fastCount: number, token: string | null}>