videosphere
Preparing search index...
lib/auth/get-current-user-id-from-cookies
SessionUserFromCookies
Interface SessionUserFromCookies
Defines the shape of session user from cookies.
interface
SessionUserFromCookies
{
$id
:
string
;
name
?:
string
;
email
?:
string
;
}
Index
Properties
$id
name?
email?
Properties
$id
$id
:
string
Optional
name
name
?:
string
Optional
email
email
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$id
name
email
videosphere
Loading...
Defines the shape of session user from cookies.