1using System.Collections.Generic;
35 [DefaultImplementation(typeof(AuthenticationResult))]
68 KeyValuePair<string, object>[]
Tags {
get; }
Interface for authentication results
KeyValuePair< string, object >[] Tags
Tags annotating the error message.
string ErrorLanguage
Optional language of error message
string ErrorMessage
Optional Error message
string ErrorCode
Optional Machine-readable error code.
bool? Result
true = authentication successful false = authentication rejected null = unable to perform authenticat...