@sourceloop/authentication-service / Exports / OtpLoginRequest
Class: OtpLoginRequest¶
Hierarchy¶
-
CoreModel
<OtpLoginRequest
>↳
OtpLoginRequest
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new OtpLoginRequest(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <OtpLoginRequest > |
Inherited from¶
CoreModel<OtpLoginRequest>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
key¶
• key: string
Defined in¶
services/authentication-service/src/modules/auth/models/otp-login-request.dto.ts:18
otp¶
• otp: string
Defined in¶
services/authentication-service/src/modules/auth/models/otp-login-request.dto.ts:25