![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Interface for authentication results More...
Properties | |
bool? | Result [get] |
true = authentication successful false = authentication rejected null = unable to perform authentication More... | |
ErrorType | ErrorType [get] |
Type of error. More... | |
string | ErrorMessage [get] |
Optional Error message More... | |
string | ErrorLanguage [get] |
Optional language of error message More... | |
string | ErrorCode [get] |
Optional Machine-readable error code. More... | |
KeyValuePair< string, object >[] | Tags [get] |
Tags annotating the error message. More... | |
Interface for authentication results
Definition at line 36 of file IAuthenticationResult.cs.
|
get |
Optional Machine-readable error code.
Implemented in Paiwise.AuthenticationResult.
Definition at line 63 of file IAuthenticationResult.cs.
|
get |
Optional language of error message
Implemented in Paiwise.AuthenticationResult.
Definition at line 58 of file IAuthenticationResult.cs.
|
get |
Optional Error message
Implemented in Paiwise.AuthenticationResult.
Definition at line 53 of file IAuthenticationResult.cs.
|
get |
Type of error.
Implemented in Paiwise.AuthenticationResult.
Definition at line 48 of file IAuthenticationResult.cs.
|
get |
true = authentication successful false = authentication rejected null = unable to perform authentication
Implemented in Paiwise.AuthenticationResult.
Definition at line 43 of file IAuthenticationResult.cs.
|
get |
Tags annotating the error message.
Implemented in Paiwise.AuthenticationResult.
Definition at line 68 of file IAuthenticationResult.cs.