1using System.Collections.Generic;
61 params KeyValuePair<string, object>[]
Tags)
105 public KeyValuePair<string, object>[]
Tags {
get; }
Basic implementation of IAuthenticationResult.
bool? Result
true = authentication successful false = authentication rejected null = unable to perform authenticat...
ErrorType ErrorType
Type of error.
AuthenticationResult(ErrorType ErrorType, string ErrorMessage, string ErrorLanguage, params KeyValuePair< string, object >[] Tags)
Error result.
string ErrorMessage
Optional Error message that can be sent to origin
AuthenticationResult(ErrorType ErrorType, string ErrorMessage, string ErrorLanguage, string ErrorCode, params KeyValuePair< string, object >[] Tags)
Error result.
AuthenticationResult(bool Result)
Authentication result
string ErrorLanguage
Optional language of error message
string ErrorCode
Optional Machine-readable error code.
AuthenticationResult(ErrorType ErrorType, string ErrorMessage, params KeyValuePair< string, object >[] Tags)
Error result.
AuthenticationResult()
Null result.
KeyValuePair< string, object >[] Tags
Tags annotating the error message.
Interface for authentication results