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

An implementation of an Application as it is read from a JWT token. More...

Public Member Functions

 JwtApplication (String key)
 Creates a new instance with a provided hash key. More...
 

Properties

String Name [get]
 The human readable name of the application. More...
 
String Key [get]
 The unique key of the application used to identify the application outside of the database. More...
 
- Properties inherited from Joutsen.Authentication.Application
long Id [get]
 The unique identifier of the application in the database. More...
 
String Name [get]
 The name of the application. More...
 
String Key [get]
 The unique key of the application used to identify the application outside of the database. More...
 

Detailed Description

An implementation of an Application as it is read from a JWT token.

Since
0.1.0

Constructor & Destructor Documentation

◆ JwtApplication()

Joutsen.Authentication.Jwt.JwtApplication.JwtApplication ( String  key)

Creates a new instance with a provided hash key.

Property Documentation

◆ Key

String Joutsen.Authentication.Jwt.JwtApplication.Key
get

The unique key of the application used to identify the application outside of the database.

Implements Joutsen.Authentication.Application.

◆ Name

String Joutsen.Authentication.Jwt.JwtApplication.Name
get

The human readable name of the application.

Implements Joutsen.Authentication.Application.