Class: NewUser#

The object that is returned when a new user is created containing the user and authentication token.

author Jean-Philippe Steinmetz info@acceleratxr.com

Hierarchy#

  • NewUser

Index#

Constructors#

Properties#

Accessors#

Constructors#

constructor#

+ new NewUser(other?: any): NewUser

Defined in src/models/NewUser.ts:25

Parameters:#

Name

Type

other?

any

Returns: NewUser

Properties#

refresh#

refresh: string = “”

Defined in src/models/NewUser.ts:15

The token used to re-authenticate in the future.


token#

token: string = “”

Defined in src/models/NewUser.ts:20

The token that future requests can be made with to authenticate the user.


user#

user: any = null

Defined in src/models/NewUser.ts:25

The user that was successfully registered with the service.

Accessors#

ClassName#

Staticget ClassName(): string

Defined in src/models/NewUser.ts:10

Returns: string