Class Auth0ClientActivity
- Namespace
- Auth0.OidcClient
- Assembly
- Auth0.OidcClient.dll
Base class for automatically wiring up the necessary callback hooks required to facilitate communication with the Browser implementations.
public class Auth0ClientActivity : Activity
- Inheritance
-
Auth0ClientActivity
Constructors
Auth0ClientActivity()
public Auth0ClientActivity()
Methods
OnNewIntent(Intent)
Method executed when the Activity receives a new intent that may continue a pending IdentityModel.OidcClient.Browser.IBrowser implementation by way of the ActivityMediator.
protected override void OnNewIntent(Intent intent)
Parameters
intent
Intent
OnResume()
Method executed when the Activity resumes that will cancel any pending IdentityModel.OidcClient.Browser.IBrowser implementation by way of the ActivityMediator.
protected override void OnResume()