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

A class that represents the json model used to activate a user and set its password. More...

Public Member Functions

 ActivationToken (String token, String password)
 Creates a new instance. More...
 

Properties

String Token [get, set]
 The activation token. More...
 
String Password [get, set]
 The users new password. More...
 

Detailed Description

A class that represents the json model used to activate a user and set its password.

Since
0.2.0

Constructor & Destructor Documentation

◆ ActivationToken()

Joutsen.AuthenticationService.ActivationToken.ActivationToken ( String  token,
String  password 
)

Creates a new instance.

Property Documentation

◆ Password

String Joutsen.AuthenticationService.ActivationToken.Password
getset

The users new password.

◆ Token

String Joutsen.AuthenticationService.ActivationToken.Token
getset

The activation token.