Search the docs
.Info<T>()
This method returns the record of an authenticated scope user.
Method Syntax
await db.Info<T>()
cancellationToken
var currentUser = await db.Info<User>();
Previous
Import
Next
InsertRelation