A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W 

A

addAll(Map) - function in com.auth0.android.authentication.ParameterBuilder
Adds all parameter from a map
addAuthenticationParameters(Map) - function in com.auth0.android.request.SignUpRequest
Add additional parameters to be sent only when logging the user in.
addContentView(View,ViewGroup.LayoutParams) - function in android.app.Activity
 
addContentView(View,ViewGroup.LayoutParams) - function in android.app.Activity
 
addHeader(String,String) - function in com.auth0.android.request.Request
Adds an additional header for the request
addHeader(String,String) - function in com.auth0.android.request.ProfileRequest
Adds a header to the request, e.g.
addHeader(String,String) - function in com.auth0.android.request.Request
Adds an additional header for the request
addHeader(String,String) - function in com.auth0.android.request.SignUpRequest
Add a header to the sign up request and to the authentication request, provided it's of type AuthenticationRequest.
addParameter(String,String) - function in com.auth0.android.request.Request
Add parameter to the request with a given name
addParameter(String,String) - function in com.auth0.android.request.ProfileRequest
Add parameter to the request with a given name
addParameter(String,String) - function in com.auth0.android.request.Request
Add parameter to the request with a given name
addParameter(String,String) - function in com.auth0.android.request.SignUpRequest
Add parameter to the request with a given name
addParameters(Map) - function in com.auth0.android.request.Request
Add parameters to the request as a Map of Object with the keys as String
addParameters(Map) - function in com.auth0.android.request.ProfileRequest
Adds additional parameters for the login request
addParameters(Map) - function in com.auth0.android.request.Request
Add parameters to the request as a Map of Object with the keys as String
addParameters(Map) - function in com.auth0.android.request.SignUpRequest
Add additional parameters to be sent both when creating the user and logging in the user.
addSignUpParameters(Map) - function in com.auth0.android.request.SignUpRequest
Add additional parameters to be sent only when creating a user.
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
AlgorithmHelper - class in com.auth0.android.provider
 
ANDROID_LINK - enum entry in com.auth0.android.authentication.PasswordlessType
 
annotationType() - function in java.lang.annotation.Annotation
 
applyOverrideConfiguration(Configuration) - function in android.view.ContextThemeWrapper
 
applyOverrideConfiguration(Configuration) - function in android.view.ContextThemeWrapper
 
areAllPermissionsGranted(Activity,Array) - function in com.auth0.android.provider.PermissionHandler
Checks if the given Android Manifest Permissions have been granted by the user to this application before.
asDictionary() - function in com.auth0.android.authentication.ParameterBuilder
Create a Map with all the parameters
AsymmetricSignatureVerifier - class in com.auth0.android.provider
Token signature verifier for RS256 algorithms.
attachBaseContext(Context) - function in android.app.Activity
 
attachBaseContext(Context) - function in android.app.Activity
 
AudClaimMismatchException - class in com.auth0.android.provider
This Exception is thrown when the Audience (aud) claim found in the ID token is not the one that was expected
AudClaimMissingException - class in com.auth0.android.provider
This Exception is thrown when Audience (aud) claim is missing in the ID Token
Auth0 - class in com.auth0.android
Represents your Auth0 account information (clientId & domain), and it's used to obtain clients for Auth0's APIs.
Auth0Exception - class in com.auth0.android
Base Exception for any error found during a request to Auth0's API
Auth0Exception.Companion - class in com.auth0.android.Auth0Exception
 
Auth0UserAgent - class in com.auth0.android.util
Responsible for building the custom user agent header data sent on requests to Auth0.
Auth0UserAgent.Companion - class in com.auth0.android.util.Auth0UserAgent
 
AuthCallback - class in com.auth0.android.provider
Callback called on success/failure of an Identity Provider authentication.
Authentication - class in com.auth0.android.result
The result of a successful authentication against Auth0 Contains the logged in user's Credentials and UserProfile.
AuthenticationActivity - class in com.auth0.android.provider
 
AuthenticationAPIClient - class in com.auth0.android.authentication
API client for Auth0 Authentication API.
AuthenticationCallback - class in com.auth0.android.callback
 
AuthenticationException - class in com.auth0.android.authentication
 
AuthenticationRequest - class in com.auth0.android.request
Request to authenticate a user with Auth0 Authentication API
AuthHandler - class in com.auth0.android.provider
 
authorize(int,int,Intent) - function in com.auth0.android.provider.AuthProvider
Finishes the authentication flow by passing the data received in the activity's onActivityResult() callback.The final authentication result will be delivered to the callback specified when calling start().
authorize(Intent) - function in com.auth0.android.provider.AuthProvider
Finishes the authentication flow by passing the data received in the activity's onNewIntent() callback.The final authentication result will be delivered to the callback specified when calling start().The default implementation will return false, you need to override it if you want to customize the logic.
AuthorizeResult - class in com.auth0.android.provider
 
AuthProvider - class in com.auth0.android.provider
Class that can handle authentication flows for different cases, asking for the required permissions before attempting to start the process.
AuthTimeClaimMismatchException - class in com.auth0.android.provider
This Exception is thrown when the Authentication Time (auth_time) claim found in the ID token is not the one that was expected
AuthTimeClaimMissingException - class in com.auth0.android.provider
This Exception is thrown when Authentication Time (auth_time) claim is missing in the ID Token
await(Context) - function in com.auth0.android.provider.WebAuthProvider.LogoutBuilder
 
await(Context) - function in com.auth0.android.provider.WebAuthProvider.Builder
 
await() - function in com.auth0.android.request.Request
Performs an async HTTP request against Auth0 API inside a Coroutine This is a Coroutine that is exposed only for Kotlin.
await() - function in com.auth0.android.request.ProfileRequest
Logs in the user with Auth0 and fetches it's profile inside a Coroutine.
await() - function in com.auth0.android.request.Request
Performs an async HTTP request against Auth0 API inside a Coroutine This is a Coroutine that is exposed only for Kotlin.
await() - function in com.auth0.android.request.SignUpRequest
Execute the create user request and then logs the user in.
awaitCredentials() - function in com.auth0.android.authentication.storage.CredentialsManager
Retrieves the credentials from the storage and refresh them if they have already expired.
awaitCredentials(String,Integer) - function in com.auth0.android.authentication.storage.CredentialsManager
Retrieves the credentials from the storage and refresh them if they have already expired.
awaitCredentials(String,Integer,Map) - function in com.auth0.android.authentication.storage.CredentialsManager
Retrieves the credentials from the storage and refresh them if they have already expired.
awaitCredentials(String,Integer,Map,Boolean) - function in com.auth0.android.authentication.storage.CredentialsManager
Retrieves the credentials from the storage and refresh them if they have already expired.
awaitCredentials() - function in com.auth0.android.authentication.storage.SecureCredentialsManager
Tries to obtain the credentials from the Storage.
awaitCredentials(String,Integer) - function in com.auth0.android.authentication.storage.SecureCredentialsManager
Tries to obtain the credentials from the Storage.
awaitCredentials(String,Integer,Map) - function in com.auth0.android.authentication.storage.SecureCredentialsManager
Tries to obtain the credentials from the Storage.
awaitCredentials(String,Integer,Map,Boolean) - function in com.auth0.android.authentication.storage.SecureCredentialsManager
Tries to obtain the credentials from the Storage.
AzpClaimMismatchException - class in com.auth0.android.provider
This Exception is thrown when the Authorized Party (azp) claim found in the ID token is not the one that was expected
AzpClaimMissingException - class in com.auth0.android.provider
This Exception is thrown when Authorized Party (azp) claim is missing in the ID Token
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W