UNPKG
@auth0/angular-jwt
Version:
beta (1.0.0-beta.11)
latest (5.2.0)
5.2.0
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.2.0
1.1.0
1.0.0
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
JSON Web Token helper library for Angular
github.com/auth0/angular2-jwt
auth0/angular2-jwt
@auth0/angular-jwt
/
lib
/
jwtoptions.token.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
InjectionToken
}
from
'@angular/core'
;
export
declare
const
JWT_OPTIONS
:
InjectionToken
<
unknown
>;