AuthenticationService  v0.2.0
Properties | List of all members
Joutsen.Authentication.Application Interface Reference

An interface representing an application registered wihtt he authentication service. More...

Properties

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 interface representing an application registered wihtt he authentication service.

Since
0.1.0

Property Documentation

◆ Id

long Joutsen.Authentication.Application.Id
get

The unique identifier of the application in the database.

◆ Key

String Joutsen.Authentication.Application.Key
get

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

◆ Name

String Joutsen.Authentication.Application.Name
get

The name of the application.