Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/api-client / Register

Class: Register

Defined in: api/api-client.ts:1080

Represents the registration credentials for a new user.

Implements

Constructors

Constructor

new Register(data?): Register

Defined in: api/api-client.ts:1088

Parameters

data?

IRegister

Returns

Register

Properties

password

password: string

Defined in: api/api-client.ts:1086

Gets or sets the password for the new user.

Implementation of

IRegister.password


userName

userName: string

Defined in: api/api-client.ts:1083

Gets or sets the username for the new user.

Implementation of

IRegister.userName

Methods

init()

init(_data?): void

Defined in: api/api-client.ts:1097

Parameters

_data?

any

Returns

void


toJSON()

toJSON(data?): any

Defined in: api/api-client.ts:1111

Parameters

data?

any

Returns

any


fromJS()

static fromJS(data): Register

Defined in: api/api-client.ts:1104

Parameters

data

any

Returns

Register