UNPKG
secure-token-kit
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A robust, framework-agnostic TypeScript library for secure token and session management.
secure-token-kit
/
dist
/
interfaces
/
TokenPayload.d.ts
5 lines
•
117 B
TypeScript
View Raw
1
2
3
4
5
export interface TokenPayload {
sub
:
string
; [key: string]: any; } //
# sourceMappingURL=TokenPayload.d.ts.map