Labsco
auth0 logo

auth0-android

37

by auth0 · part of auth0/agent-skills

Use when adding authentication to Android applications (Kotlin/Java) with Web Auth, biometric-protected credentials, and MFA - integrates…

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
🧩 One of 7 skills in the auth0/agent-skills package — works on its own, and pairs well with its siblings.

Use when adding authentication to Android applications (Kotlin/Java) with Web Auth, biometric-protected credentials, and MFA - integrates…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by auth0

Use when adding authentication to Android applications (Kotlin/Java) with Web Auth, biometric-protected credentials, and MFA - integrates… npx skills add https://github.com/auth0/agent-skills --skill auth0-android Download ZIPGitHub37

Auth0 Android Integration

Add authentication to Android applications using com.auth0.android:auth0.

Agent instruction: Before providing SDK setup instructions, fetch the latest release version by running:

Copy & paste — that's it
gh api repos/auth0/Auth0.Android/releases/latest --jq '.tag_name'

Use the returned version in all implementation dependency lines instead of any hardcoded version below. If the command fails, fall back to checking https://github.com/auth0/Auth0.Android/releases.

When NOT to Use

Detailed Documentation

  • Setup Guide — Install SDK, configure Auth0 application, set up callback URLs, Android App Links, custom schemes, ProGuard/R8

  • Integration Patterns — Web Auth login/logout, credential storage, biometric authentication, database login, passwordless authentication, MFA handling, custom tabs, error handling

  • Testing & Reference — Testing checklist, common issues, security considerations, API reference

Related Skills

Quick Reference

Core Classes

Class Purpose Auth0 Entry point for SDK, holds app credentials WebAuthProvider OAuth 2.0 login/logout via browser AuthenticationAPIClient Direct API calls (database login, passwordless, MFA) SecureCredentialsManager Secure storage and retrieval of credentials Credentials User tokens and expiration

Common Use Cases

References