Skip to main content

@auvious/common / GuestUser

Class: GuestUser

Represents the guest user's model based on the server's retrieved data.

Hierarchy

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new GuestUser(args?): GuestUser

Parameters

NameType
argsany

Returns

GuestUser

Overrides

ApiResourceModel.constructor

Properties

clientId

clientId: string

Implementation of

IGuestUser.clientId


organization

organization: string

Implementation of

IGuestUser.organization


password

password: string

Implementation of

IGuestUser.password


username

username: string

Implementation of

IGuestUser.username