Home > borogove > persistence > Sqlite > storeLogin

persistence.Sqlite.storeLogin() method

Signature:

storeLogin(accountId: string, clientId: string, displayName: string, token: string | null): Promise<boolean markdown="1">;

Parameters

Parameter Type Description
accountId string
clientId string
displayName string
token string | null

Returns:

Promise<boolean>