@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Preparing search index...
src/repositories/session
readSessionByAccount
Function readSessionByAccount
readSessionByAccount
(
account
:
Account
)
:
Promise
<
Session
>
Reads all sessions from the database for a given account.
Parameters
account
:
Account
the account to read
Returns
Promise
<
Session
>
The session associated with the account or null if not found
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Loading...
Reads all sessions from the database for a given account.