Class NewUser#

Inheritance Relationships#

Base Types#

  • public xbe.sdk.ModelBase (Class ModelBase)

  • public xbe.sdk.Source.Interfaces.IUidHandler (exhale_interface_interfacexbe_1_1sdk_1_1Source_1_1Interfaces_1_1IUidHandler)

Class Documentation#

class xbe.sdk.Models.NewUser : xbe.sdk.ModelBase, xbe.sdk.Source.Interfaces.IUidHandler#

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

Public Functions

NewUser ()#
NewUser (Object obj)

Properties

Guid Uid { get; set; }#

The universally unique identifier of the event.

string Refresh { get; set; }#

The token used to re-authenticate in the future.

string Token { get; set; }#

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

User User { get; set; }#

The user that was successfully registered with the service.

Public Static Functions

new NewUser Parse (string json)#

Parses the given JSON encoded string into a new NewUser instance.

Param json:

Return: