Class
LoginEventArgs
Event arguments raised during authentication flows.
Inheritance
- EventArgs
- LoginEventArgs
Constructors
public LoginEventArgs(String loginType, String loginId = null, String authUrl = null) #Initializes a new login event args instance.
Parameters
- loginType System.String
- Login type identifier.
- loginId System.String = null
- Optional login identifier.
- authUrl System.String = null
- Optional authorization URL.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String LoginType { get; } #Gets the login type identifier.
public String LoginId { get; } #Gets the login identifier when available.
public String AuthUrl { get; } #Gets the authorization URL when available.
public DateTimeOffset Timestamp { get; } #Gets the timestamp in UTC when the event was created.