@sourceloop/core / Exports / JwtKeys
Class: JwtKeys¶
Hierarchy¶
-
Entity↳
JwtKeys
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new JwtKeys(data?)
Parameters¶
| Name | Type |
|---|---|
data? |
Partial<JwtKeys> |
Overrides¶
Entity.constructor
Defined in¶
packages/core/src/models/jwt-keys.model.ts:41
Properties¶
createdOn¶
• Optional createdOn: Date
Defined in¶
packages/core/src/models/jwt-keys.model.ts:39
id¶
• Optional id: number
Defined in¶
packages/core/src/models/jwt-keys.model.ts:11
keyId¶
• keyId: string
Defined in¶
packages/core/src/models/jwt-keys.model.ts:18
privateKey¶
• privateKey: string
Defined in¶
packages/core/src/models/jwt-keys.model.ts:32
publicKey¶
• publicKey: string