Home > borogove > persistence > Dummy > getLogin

persistence.Dummy.getLogin() method

Signature:

getLogin(login: string): Promise<{clientId: string | null, displayName: string | null, fastCount: number, token: string | null}>;

Parameters

Parameter Type Description
login string

Returns:

Promise<{clientId: string | null, displayName: string | null, fastCount: number, token: string | null}>