Class NewUser

Inheritance Relationships

Base Type

Class Documentation

class NewUser : public axr::sdk::ModelBase

Public Functions

inline NewUser()
inline NewUser(const NewUser &value)
inline NewUser(NewUser &&value)
inline virtual ~NewUser()
virtual void Validate() override
utility::string_t GetRefresh() const

Returns the value of the refresh token property as a utility::string_t.

utility::string_t GetToken() const

Returns the value of the access token property as a utility::string_t.

std::shared_ptr<User> GetUser() const

Returns the value of the User property.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.