Skip to content
Sign In

Methods

Info

This method returns the record of an authenticated scope user.

This method returns the record of an authenticated scope user.

Method Syntax
await db.Info<T>()

Properties

Description

cancellationToken

The cancellationToken enables graceful cancellation of asynchronous operations.

var currentUser = await db.Info<User>();

Was this page helpful?