![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Basic implementation of IAuthenticationResult. More...
Public Member Functions | |
AuthenticationResult () | |
Null result. More... | |
AuthenticationResult (bool Result) | |
Authentication result More... | |
AuthenticationResult (ErrorType ErrorType, string ErrorMessage, params KeyValuePair< string, object >[] Tags) | |
Error result. More... | |
AuthenticationResult (ErrorType ErrorType, string ErrorMessage, string ErrorLanguage, params KeyValuePair< string, object >[] Tags) | |
Error result. More... | |
AuthenticationResult (ErrorType ErrorType, string ErrorMessage, string ErrorLanguage, string ErrorCode, params KeyValuePair< string, object >[] Tags) | |
Error result. 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 that can be sent to origin 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... | |
Basic implementation of IAuthenticationResult.
Definition at line 8 of file AuthenticationResult.cs.
Paiwise.AuthenticationResult.AuthenticationResult | ( | ) |
Null result.
Definition at line 13 of file AuthenticationResult.cs.
Paiwise.AuthenticationResult.AuthenticationResult | ( | bool | Result | ) |
Authentication result
Result | Result |
Definition at line 23 of file AuthenticationResult.cs.
Paiwise.AuthenticationResult.AuthenticationResult | ( | ErrorType | ErrorType, |
string | ErrorMessage, | ||
params KeyValuePair< string, object >[] | Tags | ||
) |
Error result.
ErrorType | Error Type |
ErrorMessage | Human-readable error message. |
Tags | Tags annotating the error message. |
Definition at line 35 of file AuthenticationResult.cs.
Paiwise.AuthenticationResult.AuthenticationResult | ( | ErrorType | ErrorType, |
string | ErrorMessage, | ||
string | ErrorLanguage, | ||
params KeyValuePair< string, object >[] | Tags | ||
) |
Error result.
ErrorType | Error Type |
ErrorMessage | Human-readable error message. |
ErrorLanguage | Language code. |
Tags | Tags annotating the error message. |
Definition at line 47 of file AuthenticationResult.cs.
Paiwise.AuthenticationResult.AuthenticationResult | ( | ErrorType | ErrorType, |
string | ErrorMessage, | ||
string | ErrorLanguage, | ||
string | ErrorCode, | ||
params KeyValuePair< string, object >[] | Tags | ||
) |
Error result.
ErrorType | Error Type |
ErrorMessage | Human-readable error message. |
ErrorLanguage | Language code. |
ErrorCode | Machine-readable Error code |
Tags | Tags annotating the error message. |
Definition at line 60 of file AuthenticationResult.cs.
|
get |
Optional Machine-readable error code.
Implements Paiwise.IAuthenticationResult.
Definition at line 100 of file AuthenticationResult.cs.
|
get |
Optional language of error message
Implements Paiwise.IAuthenticationResult.
Definition at line 95 of file AuthenticationResult.cs.
|
get |
Optional Error message that can be sent to origin
Implements Paiwise.IAuthenticationResult.
Definition at line 90 of file AuthenticationResult.cs.
|
get |
Type of error.
Implements Paiwise.IAuthenticationResult.
Definition at line 85 of file AuthenticationResult.cs.
|
get |
true = authentication successful false = authentication rejected null = unable to perform authentication
Implements Paiwise.IAuthenticationResult.
Definition at line 80 of file AuthenticationResult.cs.
|
get |
Tags annotating the error message.
Implements Paiwise.IAuthenticationResult.
Definition at line 105 of file AuthenticationResult.cs.