# Stytch Docs: API & SDK reference B2B API Mobile SDKs React Native SDK

## React Native SDK

- [Stytch React Native SDK Overview](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/overview.md): Get started with the Stytch React Native SDK for building secure authentication flows
- [Installation](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/installation.md): How to install and set up the Stytch B2B Frontend SDK in your application.
- [Changelog](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/changelog.md): Version history and updates for the Stytch React Native SDK

### Pre-built UI

- [Stytch Login](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/prebuilt-ui/stytch-login.md): Implement the Stytch Login component using the Stytch React Native SDK
- [Callbacks](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/prebuilt-ui/callbacks.md): Handle authentication callbacks using the Stytch React Native SDK

### Hooks

- [useStytchOrganization Hook](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/hooks/use-stytch-organization.md): Get the current Organization using the Stytch React Native SDK
- [useStytchMember Hook](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/hooks/use-stytch-member.md): Get the current Member using the Stytch React Native SDK
- [useStytchMemberSession Hook](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/hooks/use-stytch-member-session.md): Get the current Member session using the Stytch React Native SDK
- [useStytchIsAuthorized Hook](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/hooks/use-stytch-is-authorized.md): Check if the current Member is authorized for a resource using the Stytch React Native SDK
- [useStytchB2BClient Hook](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/hooks/use-stytch-b2b-client.md): Get the Stytch B2B client instance using the Stytch React Native SDK

### Methods

#### Organizations

- [Get Organization](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/get-organization.md): Retrieve Organization details using the React Native SDK
- [Get Organization Sync](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/get-organization-sync.md): Retrieve Organization details from cache using the React Native SDK
- [Get Organization by Slug](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/get-organization-by-slug.md): Retrieve Organization details by slug using the React Native SDK
- [On Organization Change](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/on-change-organization.md): Listen for changes to the Organization using the React Native SDK
- [Update Organization](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/update-organization.md): Update Organization details using the Stytch React Native SDK
- [Delete Organization](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/delete-organization.md): Delete an Organization using the Stytch React Native SDK
- [Get All Organization Connected Apps](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/get-connected-apps.md): Retrieve all Connected Apps for an Organization using the React Native SDK
- [Get Organization Connected App](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/organizations/get-connected-app.md): Retrieve a specific Connected App for an Organization using the Stytch React Native SDK

#### Organization Discovery

- [List Discovered Organizations](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/discovery/list-discovered-organizations.md): List discovered Organizations using the Stytch React Native SDK
- [Create Organization via Discovery](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/discovery/create-organization-via-discovery.md): Create an Organization through discovery using the Stytch React Native SDK
- [Exchange Intermediate Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/discovery/exchange-intermediate-session.md): Exchange an intermediate session using the Stytch React Native SDK

#### Members

- [Create Member](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/create-member.md): Create a new Member using the Stytch React Native SDK
- [Update Member](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/update-member.md): Update a Member using the Stytch React Native SDK
- [Search Members](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/search-members.md): Search for Members using the Stytch React Native SDK
- [Delete Member](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/delete-member.md): Delete a member using the Stytch React Native SDK
- [Reactivate Member](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/reactivate-member.md): Reactivate a Member using the Stytch React Native SDK
- [Delete Member Password](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/delete-member-password.md): Delete a Member's password using the Stytch React Native SDK
- [Delete Member MFA Phone Number](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/delete-member-mfa-phone-number.md): Delete a Member's MFA phone number using the Stytch React Native SDK
- [Delete Member MFA TOTP](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/delete-member-mfa-totp.md): Delete a Member's MFA TOTP using the Stytch React Native SDK
- [Unlink Retired Member Email](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/unlink-retired-member-email.md): Unlink a retired Member email using the Stytch React Native SDK
- [Start Member Email Update](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/start-member-email-update.md): Start a Member email update process using the Stytch React Native SDK
- [Get Member Connected Apps](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/get-member-connected-apps.md): Get a Member's Connected Apps using the Stytch React Native SDK
- [Revoke Member Connected App](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/members/revoke-member-connected-app.md): Revoke a Member's Connected App using the Stytch React Native SDK

#### Self

- [Get Self](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/get-self.md): Get the currently logged-in Member using the Stytch React Native SDK
- [Get Self Sync](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/get-self-sync.md): Get the currently logged-in Member from local storage using the Stytch React Native SDK
- [On Self Change](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/on-change-self.md): Listen for changes to the currently logged-in Member using the React Native SDK
- [Update Self](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/update-self.md): Update the current Member using the React Native SDK
- [Delete Self Password](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/delete-self-password.md): Delete the current Member's password using the React Native SDK
- [Delete Self MFA Phone Number](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/delete-self-mfa-phone-number.md): Delete the current Member's MFA phone number using the React Native SDK
- [Delete Self MFA TOTP](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/delete-self-mfa-totp.md): Delete the current Member's TOTP registration using the React Native SDK
- [Unlink Self Retired Email](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/unlink-self-retired-email.md): Unlink the current Member's retired email using the React Native SDK
- [Start Self Email Update](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/start-self-email-update.md): Start the current Member's email update process using the React Native SDK
- [Get Self Connected Apps](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/get-self-connected-apps.md): Get the current Member's Connected Apps using the React Native SDK
- [Revoke Self Connected App](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/self/revoke-self-connected-app.md): Revoke a Connected App for the current Member using the React Native SDK

#### Sessions

- [Get Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/get-session-sync.md): Retrieve session details using the Stytch React Native SDK
- [On Change Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/on-change-session.md): Listen for changes to the current Session using the Stytch React Native SDK
- [Authenticate Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/authenticate-session.md): Authenticate a session using the Stytch React Native SDK
- [Revoke Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/revoke-session.md): Revoke a session using the Stytch React Native SDK
- [Revoke Sessions for Member](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/revoke-sessions-for-member.md): Revoke all sessions for a Member using the Stytch React Native SDK
- [Update Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/update-session.md): Update session details using the Stytch React Native SDK
- [Exchange Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/exchange-session.md): Exchange a Member's session for a session in a different Organization using the Stytch React Native SDK
- [Get Tokens](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/get-tokens.md): Retrieve session tokens using the Stytch React Native SDK
- [Attest Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/attest-session.md): Attest a session using the Stytch React Native SDK
- [Exchange Access Token](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sessions/exchange-access-token.md): Exchange an access token using the Stytch React Native SDK

#### RBAC

- [RBAC (Roles-Based Access Control)](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/rbac/overview.md): Enforce RBAC permissions in your application's frontend using the Stytch React Native SDK
- [Is Authorized](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/rbac/is-authorized.md): Check if a user has RBAC authorization for specific resources using the Stytch React Native SDK
- [Is Authorized Sync](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/rbac/is-authorized-sync.md): Check if a user has RBAC authorization for specific resources using the Stytch React Native SDK
- [Permissions](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/rbac/permissions.md): Get user RBAC permissions using the Stytch React Native SDK

#### Email Magic Links

##### Organization

- [Email Magic Links Login or Signup](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-magic-links/login-or-signup.md): Login or signup using email magic links with the Stytch React Native SDK
- [Invite Member via Email Magic Link](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-magic-links/invite.md): Invite a new Member to your Organization using the Stytch React Native SDK
- [Authenticate Email Magic Link](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-magic-links/authenticate.md): Authenticate a Member with an Email Magic Link using the Stytch React Native SDK

##### Discovery

- [Send Discovery Email Magic Link](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-magic-links/send-discovery-email.md): Send a discovery Email Magic Link using the Stytch React Native SDK
- [Authenticate Discovery Magic Link](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-magic-links/authenticate-discovery-magic-link.md): Authenticate a discovery Email Magic Link using the Stytch React Native SDK

#### Email One-time Passcodes (OTPs)

##### Organization

- [Email OTP Login or Signup](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-otps/login-or-signup.md): Login or signup using email OTPs with the Stytch React Native SDK
- [Authenticate Email OTP](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-otps/authenticate.md): Authenticate a Member with an Email OTP using the Stytch React Native SDK

##### Discovery

- [Send Discovery Email OTP](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-otps/send-discovery-email.md): Send a discovery Email OTP using the Stytch React Native SDK
- [Authenticate Discovery Email OTP](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/email-otps/authenticate-discovery-email-otp.md): Authenticate a discovery Email OTP using the Stytch React Native SDK

#### OAuth

##### Organization

- [Start OAuth Flow](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/oauth/start.md): Start an OAuth authentication flow using the Stytch React Native SDK
- [OAuth Authenticate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/oauth/authenticate.md): Authenticate using OAuth with the Stytch React Native SDK

##### Discovery

- [Start Discovery OAuth Flow](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/oauth/discovery-start.md): Start a discovery OAuth authentication flow using the Stytch React Native SDK
- [Discovery Authenticate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/oauth/discovery-authenticate.md): Authenticate using discovery OAuth with the Stytch React Native SDK

#### SSO

- [Start SSO Flow](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/start.md): Start a Single Sign-On authentication flow using the Stytch React Native SDK
- [SSO Authenticate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/authenticate.md): Authenticate using Single Sign-On with the Stytch React Native SDK
- [Get SSO Connections](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/get-connections.md): Retrieve SSO connections using the Stytch React Native SDK
- [Discover SSO Connections](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/discover-connections.md): Discover SSO connections using the Stytch React Native SDK
- [Delete SSO Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/delete-connection.md): Delete an SSO connection using the Stytch React Native SDK
- [Create SAML Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/create-saml-connection.md): Create a SAML SSO connection using the Stytch React Native SDK
- [Update SAML Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/update-saml-connection.md): Update a SAML SSO connection using the Stytch React Native SDK
- [Update SAML Connection by Metadata URL](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/update-saml-connection-url.md): Update a SAML SSO connection using metadata URL with the Stytch React Native SDK
- [Delete Encryption Private Key](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/delete-encryption-private-key.md): Delete an encryption private key for SSO using the Stytch React Native SDK
- [Delete Verification Certificate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/delete-verification-certificate.md): Delete a verification certificate for SSO using the Stytch React Native SDK
- [Create OIDC Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/create-oidc-connection.md): Create an OIDC SSO connection using the Stytch React Native SDK
- [Update OIDC Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/update-oidc-connection.md): Update an OIDC SSO connection using the Stytch React Native SDK
- [Create External Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/create-external-connection.md): Create an external SSO connection using the Stytch React Native SDK
- [Update External Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/sso/update-external-connection.md): Update an external SSO connection using the Stytch React Native SDK

#### Passwords

- [Password Authenticate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/authenticate.md): Authenticate using password with the Stytch React Native SDK
- [Reset by Email Start](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/reset-by-email-start.md): Start password reset by email using the Stytch React Native SDK
- [Reset by Email](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/reset-by-email.md): Complete password reset by email using the Stytch React Native SDK
- [Reset by Existing Password](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/reset-by-existing-password.md): Reset password using existing password with the Stytch React Native SDK
- [Reset by Session](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/reset-by-session.md): Reset password using session with the Stytch React Native SDK
- [Password Strength Check](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/strength-check.md): Check password strength using the Stytch React Native SDK

##### Discovery

- [Password Discovery Authenticate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/discovery/authenticate.md): Authenticate using discovery passwords with the Stytch React Native SDK
- [Discovery Reset by Email Start](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/discovery/reset-by-email-start.md): Start discovery password reset by email using the Stytch React Native SDK
- [Discovery Reset by Email](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/passwords/discovery/reset-by-email.md): Complete discovery password reset by email using the Stytch React Native SDK

#### SCIM

- [Create SCIM Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/create-connection.md): Create a SCIM connection using the Stytch React Native SDK
- [Update SCIM Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/update-connection.md): Update a SCIM connection using the Stytch React Native SDK
- [Delete SCIM Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/delete-connection.md): Delete a SCIM connection using the Stytch React Native SDK
- [Get SCIM Connection](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/get-connection.md): Get a SCIM connection using the Stytch React Native SDK
- [SCIM Token Rotation Start](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/start-token-rotation.md): Start SCIM token rotation using the Stytch React Native SDK
- [SCIM Token Rotation Complete](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/complete-token-rotation.md): Complete SCIM token rotation using the Stytch React Native SDK
- [SCIM Token Rotation Cancel](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/cancel-token-rotation.md): Cancel SCIM token rotation using the Stytch React Native SDK
- [Get SCIM Connection Groups](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/scim/get-scim-connection-groups.md): Get SCIM connection groups using the Stytch React Native SDK

#### Multi-Factor Authentication

##### One-Time Passcodes (OTPs)

- [SMS Send](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/otps/sms-send.md): Send SMS one-time passcode using the Stytch React Native SDK
- [SMS Authenticate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/otps/sms-authenticate.md): Authenticate using SMS one-time passcode with the Stytch React Native SDK

##### Time-Based One-Time Passcodes (TOTPs)

- [TOTP Create](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/totps/create.md): Create time-based one-time passcode using the Stytch React Native SDK
- [TOTP Authenticate](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/totps/authenticate.md): Authenticate using time-based one-time passcode with the Stytch React Native SDK

##### Recovery Codes

- [Recovery Codes Recover](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/recovery-codes/recover.md): Recover using backup recovery codes with the Stytch React Native SDK
- [Rotate Recovery Codes](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/recovery-codes/rotate.md): Rotate backup recovery codes using the Stytch React Native SDK
- [Get Recovery Codes](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/recovery-codes/get.md): Get backup recovery codes using the Stytch React Native SDK

#### Impersonation

- [Authenticate Impersonation](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/impersonation/authenticate.md): Authenticate using impersonation with the Stytch React Native SDK

#### Device Fingerprinting

- [Get Telemetry ID](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/methods/device-fingerprinting/get-telemetry-id.md): Get the Device Fingerprinting telemetry ID for the device using the Stytch React Native SDK

### More Resources

- [SWR & Caching](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/resources/swr-and-caching.md): Understand how the Stytch SDK implements caching and revalidation strategies
- [TypeScript](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/resources/typescript.md): Using TypeScript with the Stytch SDK
- [Deep Linking](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/resources/deep-linking.md): Enable deeplinks in your React-Native project for Expo managed or bare (or vanilla) workflows.
- [Android Keystore Considerations](https://stytch.com/docs/api-reference/b2b/mobile-sdks/react-native-legacy/resources/android-keystore-considerations.md): Important considerations for using the Stytch SDK with Android Keystore
