|
AuthenticationService v0.3.0+7-g8a7f190
|
An interface allowing access to the configuration required for authentication purposes. More...
Properties | |
| String | SignatureSecret [get] |
| The secret string used to sign the issued tokens. More... | |
| String | ApplicationKey [get] |
| The hash key of the authentication service. More... | |
| String | AuthorizationInstanceKey [get] |
| The key used to identify the authentication service as the instance that issued a token. More... | |
| TimeSpan | TokenValidityTimespan [get] |
| The validity time interval of issued tokens. More... | |
| String | EncryptionSecret [get] |
| The secret string used to encrypt the issued tokens. More... | |
An interface allowing access to the configuration required for authentication purposes.
|
get |
The hash key of the authentication service.
Implemented in Joutsen.Authentication.Jwt.AuthenticationApplicationConfiguration.
|
get |
The key used to identify the authentication service as the instance that issued a token.
Implemented in Joutsen.Authentication.Jwt.AuthenticationApplicationConfiguration.
|
get |
The secret string used to encrypt the issued tokens.
Implemented in Joutsen.Authentication.Jwt.AuthenticationApplicationConfiguration.
|
get |
The secret string used to sign the issued tokens.
Implemented in Joutsen.Authentication.Jwt.AuthenticationApplicationConfiguration.
|
get |
The validity time interval of issued tokens.
Implemented in Joutsen.Authentication.Jwt.AuthenticationApplicationConfiguration.