C# Class Microsoft.Identity.Client.AuthenticationAgentUIViewController

Inheritance: UIViewController
Datei anzeigen Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Public Methods

Method Description
AuthenticationAgentUIViewController ( string url, string callback, ReturnCodeCallback callbackMethod ) : System
DismissViewController ( bool animated, System.Action completionHandler ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
CancelAuthentication ( object sender, EventArgs e ) : void

Method Details

AuthenticationAgentUIViewController() public method

public AuthenticationAgentUIViewController ( string url, string callback, ReturnCodeCallback callbackMethod ) : System
url string
callback string
callbackMethod ReturnCodeCallback
return System

DismissViewController() public method

public DismissViewController ( bool animated, System.Action completionHandler ) : void
animated bool
completionHandler System.Action
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void