Documentation Index
Fetch the complete documentation index at: https://docs.moca.network/llms.txt
Use this file to discover all available pages before exploring further.
Login Methods (loginMethods)
Control which authentication methods are available on the login screen:
passwordless: Enables email-based passwordless authenticationgoogle: Enables Google OAuth login integrationwallet: Enables wallet-based authentication
Wallet Login Methods (walletLoginMethods)
When wallet is included in loginMethods, specify which wallet providers are available:
The order in the array determines the display order in the UI (left to right, top to bottom). Since AIR accounts are shared across partners, consider including email-based login to avoid forcing users to link wallets to existing accounts.
Style Configuration (style)
Customize the visual appearance of the login interface:
passwordlessButtonVariant: Controls how the passwordless login button appears"inline": Button appears inline with other elements"standalone": Button appears as a standalone element below the input
airLogoTheme: Controls the AIR logo appearance"default": Standard logo theme"reverse": Reversed color scheme"dark_only": Dark theme only"light_only": Light theme only