WebAuthenticatorCallbackActivity Class

Definition

The activity meant to be subclassed and implemented to receive callbacks on Android.

public abstract class WebAuthenticatorCallbackActivity : Android.App.Activity
Inheritance
WebAuthenticatorCallbackActivity

Remarks

This activity should be decorated with the appropriate Intent Filter to handle callbacks to the appropriate URI scheme.

Constructors

WebAuthenticatorCallbackActivity()

Methods

OnCreate(Bundle)

This method should be called from the same method in the parent activity which initiated the web authentication.

Applies to