AuthenticationService v0.3.0+7-g8a7f190
Public Member Functions | Properties | List of all members
Joutsen.AuthenticationService.NewUser Class Reference

A class representing the json data structure of an new user. More...

Public Member Functions

 NewUser (String username, String applicationName=null, String applicationKey=null)
 Creates a new instance. More...
 

Properties

String Username [get, set]
 The name of the user. More...
 
String ApplicationKey [get]
 The key of the application. More...
 
String ApplicationName [get]
 The name of the application. More...
 

Detailed Description

A class representing the json data structure of an new user.

Since
0.2.0

Constructor & Destructor Documentation

◆ NewUser()

Joutsen.AuthenticationService.NewUser.NewUser ( String  username,
String  applicationName = null,
String  applicationKey = null 
)

Creates a new instance.

Property Documentation

◆ ApplicationKey

String Joutsen.AuthenticationService.NewUser.ApplicationKey
get

The key of the application.

◆ ApplicationName

String Joutsen.AuthenticationService.NewUser.ApplicationName
get

The name of the application.

◆ Username

String Joutsen.AuthenticationService.NewUser.Username
getset

The name of the user.