Class AuthenticationEventArgs
public class AuthenticationEventArgs : CallbackEventArgs
- Inheritance
-
AuthenticationEventArgs
- Inherited Members
-
Properties
Message
public string Message { get; set; }
Property Value
- string
RequiredAction
public RequiredAction RequiredAction { get; set; }
Property Value
- RequiredAction
Result
public AuthenticationEventResult Result { get; set; }
Property Value
- AuthenticationEventResult
Type
public AuthenticationEventType Type { get; set; }
Property Value
- AuthenticationEventType
Methods
ToString()
public override string ToString()
Returns
- string