Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.IAuthenticationResult Interface Reference

Interface for authentication results More...

Inheritance diagram for Paiwise.IAuthenticationResult:
Paiwise.AuthenticationResult

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...
 

Detailed Description

Interface for authentication results

Definition at line 36 of file IAuthenticationResult.cs.

Property Documentation

◆ ErrorCode

string Paiwise.IAuthenticationResult.ErrorCode
get

Optional Machine-readable error code.

Implemented in Paiwise.AuthenticationResult.

Definition at line 63 of file IAuthenticationResult.cs.

◆ ErrorLanguage

string Paiwise.IAuthenticationResult.ErrorLanguage
get

Optional language of error message

Implemented in Paiwise.AuthenticationResult.

Definition at line 58 of file IAuthenticationResult.cs.

◆ ErrorMessage

string Paiwise.IAuthenticationResult.ErrorMessage
get

Optional Error message

Implemented in Paiwise.AuthenticationResult.

Definition at line 53 of file IAuthenticationResult.cs.

◆ ErrorType

ErrorType Paiwise.IAuthenticationResult.ErrorType
get

Type of error.

Implemented in Paiwise.AuthenticationResult.

Definition at line 48 of file IAuthenticationResult.cs.

◆ Result

bool? Paiwise.IAuthenticationResult.Result
get

true = authentication successful false = authentication rejected null = unable to perform authentication

Implemented in Paiwise.AuthenticationResult.

Definition at line 43 of file IAuthenticationResult.cs.

◆ Tags

KeyValuePair<string, object> [] Paiwise.IAuthenticationResult.Tags
get

Tags annotating the error message.

Implemented in Paiwise.AuthenticationResult.

Definition at line 68 of file IAuthenticationResult.cs.


The documentation for this interface was generated from the following file: