API Reference
Class
LoginEventArgs
Event arguments raised during authentication flows.
Inheritance
- EventArgs
- LoginEventArgs
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
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.