Method | Description | |
---|---|---|
ClearCookies ( ) : void |
Clears all cookies.
|
|
GetInitialUrlAsync ( ) : Task |
Method that returns the initial URL to be displayed in the web browser.
|
|
OnPageLoaded ( |
Event handler called when a new page has been loaded in the web browser. Implementations should call Authenticator.OnSucceeded(Xamarin.Auth.Account) if this page signifies a successful authentication.
|
|
OnPageLoading ( |
Event handler called when a new page is being loaded in the web browser.
|
Method | Description | |
---|---|---|
GetPlatformUI ( ) : UIKit.UIViewController |
Gets the UI for this authenticator.
|
|
GetPlatformUI ( Android.Content.Context context ) : UIKit.UIViewController |
Gets the UI for this authenticator.
|
|
OnBrowsingCompleted ( ) : void |
Raises the browsing completed event.
|
public abstract GetInitialUrlAsync ( ) : Task |
||
return | Task |
protected GetPlatformUI ( ) : UIKit.UIViewController | ||
return | UIKit.UIViewController |
protected GetPlatformUI ( Android.Content.Context context ) : UIKit.UIViewController | ||
context | Android.Content.Context | |
return | UIKit.UIViewController |
public abstract OnPageLoaded ( |
||
url | /// The URL of the page. /// | |
return | void |
public OnPageLoading ( |
||
url | /// The URL of the page. /// | |
return | void |