Skip to main content

GuestUser

@auvious/common / Exports / 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?)

Parameters

NameType
argsany

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