@sourceloop/authentication-service / Exports / OtpCache
Class: OtpCache¶
Hierarchy¶
-
CoreEntity
<OtpCache
>↳
OtpCache
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new OtpCache(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <OtpCache > |
Inherited from¶
CoreEntity<OtpCache>.constructor
Defined in¶
packages/core/dist/models/core-entity.d.ts:3
Properties¶
clientId¶
• clientId: string
Defined in¶
services/authentication-service/src/models/otp-cache.model.ts:28
clientSecret¶
• clientSecret: string
Defined in¶
services/authentication-service/src/models/otp-cache.model.ts:33
otp¶
• Optional
otp: string
Defined in¶
services/authentication-service/src/models/otp-cache.model.ts:13
otpSecret¶
• Optional
otpSecret: string
Defined in¶
services/authentication-service/src/models/otp-cache.model.ts:23
userId¶
• Optional
userId: string
Defined in¶
services/authentication-service/src/models/otp-cache.model.ts:18