{ "user": { "name": "User Name", "email": "[email protected]", "image": "https://example.com/user.png" }, "expires": "2024-07-16T19:20:30.450Z" }
Returns the session object if the user is authenticated.
The string (id or name, depending on the credentials)
The current session
Show child attributes
"User Name"
"[email protected]"
"https://example.com/user.png"
"2024-07-16T19:20:30.450Z"
Was this page helpful?