Gradebook Backend API Documentation - v0.0.1
Preparing search index...
jwt/jwt.strategy
JwtStrategy
Class JwtStrategy
Hierarchy
any
JwtStrategy
Index
Constructors
constructor
Methods
validate
Constructors
constructor
new
JwtStrategy
(
userRepo
:
Repository
<
User
>
)
:
JwtStrategy
Parameters
userRepo
:
Repository
<
User
>
Returns
JwtStrategy
Methods
validate
validate
(
payload
:
any
)
:
Promise
<
User
>
Parameters
payload
:
any
Returns
Promise
<
User
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
validate
Gradebook Backend API Documentation - v0.0.1
Loading...