Skip to content

@sourceloop/authentication-service / Exports / SignupRequest

Class: SignupRequest

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new SignupRequest(data?)

Parameters

Name Type
data? Partial<SignupRequest>

Inherited from

CoreModel<SignupRequest>.constructor

Defined in

packages/core/dist/models/core-model.d.ts:3

Properties

email

email: string

Defined in

services/authentication-service/src/models/signup-request.model.ts:14


expiry

expiry: string

Defined in

services/authentication-service/src/models/signup-request.model.ts:20