.Info<T>()
This method returns the record of an authenticated scope user.
Method Syntaxawait db.Info<T>()
Properties | Description | ||
---|---|---|---|
cancellationToken optional | The cancellationToken enables graceful cancellation of asynchronous operations. |
var currentUser = await db.Info<User>();