|
AuthenticationService
v0.2.0
|
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.
|
get |
The key used to identify the authentication service as the instance that issued a token.
|
get |
The secret string used to encrypt the issued tokens.
|
get |
The secret string used to sign the issued tokens.
|
get |
The validity time interval of issued tokens.
1.8.13