|
AuthenticationService v0.3.0+7-g8a7f190
|
An interface representing an active authenticated user. More...
Properties | |
| object | Id [get] |
| Fetches the unique identifier of the user. More... | |
| String | Username [get] |
| Fetches the name of the user. More... | |
| Set< Role > | Roles [get] |
| Fetches the user's roles in different applications. More... | |
An interface representing an active authenticated user.
|
get |
Fetches the unique identifier of the user.
Implemented in Joutsen.Authentication.Jwt.JwtPrincipal, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.
|
get |
Fetches the user's roles in different applications.
Implemented in Joutsen.Authentication.Jwt.JwtPrincipal, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.
|
get |
Fetches the name of the user.
Implemented in Joutsen.Authentication.Jwt.JwtPrincipal, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.