Stytch Android

Stytch is an authentication platform, written by developers for developers, with a focus on improving security and user experience via passwordless authentication. Stytch offers direct API integrations, language-specific libraries, and SDKs (like this one) to make the process of setting up an authentication flow for your app as easy as possible.

The module contains three packages that are of interest to a developer:

  • com.stytch.sdk.b2b: Use this SDK to interact with your B2B Projects, Organizations and Members

  • com.stytch.sdk.consumer: Use this SDK to interact with your Consumer Projects and Users

  • com.stytch.sdk.common: This package contains resources shared between our B2B and Consumer SDKs

See: Description

Packages 
Package Description
com.stytch.sdk.b2bStytch's B2B SDK makes it simple to seamlessly onboard, authenticate, and engage users.
com.stytch.sdk.b2b.discoveryThe Discovery.
com.stytch.sdk.b2b.magicLinksThe B2BMagicLinks.
com.stytch.sdk.b2b.memberThe Member.
com.stytch.sdk.b2b.oauthThe OAuth.
com.stytch.sdk.b2b.organizationThe Organization.
com.stytch.sdk.b2b.otpThe OTP.
com.stytch.sdk.b2b.passwordsThe Passwords.
com.stytch.sdk.b2b.rbac
com.stytch.sdk.b2b.recoveryCodesThe RecoveryCodes.
com.stytch.sdk.b2b.scim
com.stytch.sdk.b2b.searchManager
com.stytch.sdk.b2b.sessionsThe B2BSessions.
com.stytch.sdk.b2b.ssoSingle-Sign On (SSO) refers to the ability for a user to use a single identity to authenticate and gain access to multiple apps and service.
com.stytch.sdk.b2b.totpThe TOTP.
com.stytch.sdk.commonThis package contains resources shared between our B2B and Consumer SDKs, including helpful typealiases, utility functions, data models, and internal support code.
com.stytch.sdk.common.dfp
com.stytch.sdk.common.errors
com.stytch.sdk.common.ssoContains shared OAuth/SSO implementation code.
com.stytch.sdk.consumerStytch's consumer SDK makes it simple to seamlessly onboard, authenticate, and engage users.
com.stytch.sdk.consumer.biometricsThe Biometrics.
com.stytch.sdk.consumer.cryptoThe CryptoWallet.
com.stytch.sdk.consumer.magicLinksThe MagicLinks.
com.stytch.sdk.consumer.oauthThe OAuth.
com.stytch.sdk.consumer.otpThe OTP.
com.stytch.sdk.consumer.passkeysThe Passkeys.
com.stytch.sdk.consumer.passwordsThe Passwords.
com.stytch.sdk.consumer.sessionsThe Sessions.
com.stytch.sdk.consumer.totp
com.stytch.sdk.consumer.userManagementThe UserManagement.
com.stytch.sdk.ui.b2b
com.stytch.sdk.ui.b2b.data
com.stytch.sdk.ui.b2c
com.stytch.sdk.ui.b2c.data
com.stytch.sdk.ui.shared.data