IntelligenceX
Class

LoginEventArgs

Namespace IntelligenceX.Telemetry
Assembly IntelligenceX
Base EventArgs
Modifiers sealed

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.

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.