Const
Get the currently authenticated user.
The authenticated User.
MobileLockerError on network failure or server error.
const u = await mobilelocker.user.get()console.log(`Hello, ${u.name}`) Copy
const u = await mobilelocker.user.get()console.log(`Hello, ${u.name}`)
Get the currently authenticated user.