UNPKG
@webundsoehne/nestjs-auth0-guard
Version:
beta (2.1.0-beta.15)
latest (1.1.0)
2.1.0-beta.15
2.1.0-beta.14
2.1.0-beta.13
2.1.0-beta.12
2.1.0-beta.11
2.1.0-beta.10
2.1.0-beta.9
2.1.0-beta.8
2.1.0-beta.7
2.1.0-beta.6
2.1.0-beta.5
2.1.0-beta.4
2.1.0-beta.3
2.1.0-beta.2
2.1.0-beta.1
2.0.1-beta.6
2.0.1-beta.5
2.0.1-beta.4
2.0.1-beta.3
2.0.1-beta.2
2.0.1-beta.1
1.1.0
1.0.0
0.0.2
0.0.1
NestJS Auth0 Guard
@webundsoehne/nestjs-auth0-guard
/
dist
/
index.d.ts
5 lines
(4 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./auth0/auth0.module'
;
export
*
from
'./auth0/auth0.interface'
;
export
{
Auth0User
as
User
,
Auth0SetPermissions
as
Permissions
}
from
'./auth0/auth0.decorator'
;
export
{
Auth0Guard
as
AuthGuard
}
from
'./auth0/auth0.guard'
;