|
AuthenticationService v0.3.0+7-g8a7f190
|
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... | |
An interface representing an application registered wihtt he authentication service.
|
get |
The unique identifier of the application in the database.
Implemented in Joutsen.Authentication.Persistence.NHibernate.PersistableApplication.
|
get |
The unique key of the application used to identify the application outside of the database.
Implemented in Joutsen.Authentication.Jwt.JwtApplication, and Joutsen.Authentication.Persistence.NHibernate.PersistableApplication.
|
get |
The name of the application.
Implemented in Joutsen.Authentication.Jwt.JwtApplication, and Joutsen.Authentication.Persistence.NHibernate.PersistableApplication.