AuthenticationService  v0.2.0
Public Member Functions | Properties | List of all members
Joutsen.AuthenticationService.TokenResult Class Reference

A class representing the json data structure sent as a response to a successful token request. More...

Public Member Functions

 TokenResult (String token)
 Creates a new instance for a token. More...
 

Properties

String Token [get]
 The issued token. More...
 

Detailed Description

A class representing the json data structure sent as a response to a successful token request.

Since
0.1.0

Constructor & Destructor Documentation

◆ TokenResult()

Joutsen.AuthenticationService.TokenResult.TokenResult ( String  token)

Creates a new instance for a token.

Property Documentation

◆ Token

String Joutsen.AuthenticationService.TokenResult.Token
get

The issued token.