backend
Preparing search index...
auth/auth.controller
AuthController
Class AuthController
Index
Constructors
constructor
Methods
get
Session
Info
Constructors
constructor
new
AuthController
()
:
AuthController
Returns
AuthController
Methods
get
Session
Info
getSessionInfo
(
session
:
SessionContainerInterface
,
)
:
Promise
<
{
email
:
any
;
fullPayload
:
any
;
roles
:
any
;
tenantId
:
string
;
userId
:
string
;
}
,
>
Parameters
session
:
SessionContainerInterface
Returns
Promise
<
{
email
:
any
;
fullPayload
:
any
;
roles
:
any
;
tenantId
:
string
;
userId
:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Session
Info
backend
Loading...