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