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

B

B2BAuthMethod - class in com.stytch.sdk.b2b
 
B2BEmailMagicLinkOptions - class in com.stytch.sdk.ui.b2b.data
 
B2BMagicLinks - class in com.stytch.sdk.b2b.magicLinks
The B2BMagicLinks interface provides methods for sending and authenticating users with Email Magic Links.
B2BMagicLinks.AuthParameters - class in com.stytch.sdk.b2b.magicLinks.B2BMagicLinks
Data class used for wrapping parameters used with MagicLinks authentication
B2BMagicLinks.DiscoveryAuthenticateParameters - class in com.stytch.sdk.b2b.magicLinks.B2BMagicLinks
A data class used for wrapping parameters used for authenticating a discovery magic link
B2BMagicLinks.EmailMagicLinks - class in com.stytch.sdk.b2b.magicLinks.B2BMagicLinks
Provides all possible ways to call EmailMagicLinks endpoints
B2BMagicLinks.EmailMagicLinks.DiscoverySendParameters - class in com.stytch.sdk.b2b.magicLinks.B2BMagicLinks.EmailMagicLinks
A data class used for wrapping paramaters used for sending a discovery magic link
B2BMagicLinks.EmailMagicLinks.InviteParameters - class in com.stytch.sdk.b2b.magicLinks.B2BMagicLinks.EmailMagicLinks
A data class used for wrapping paramaters used for sending an invite magic link
B2BMagicLinks.EmailMagicLinks.Parameters - class in com.stytch.sdk.b2b.magicLinks.B2BMagicLinks.EmailMagicLinks
Data class used for wrapping parameters used with requesting an email magic link
B2BOAuthOptions - class in com.stytch.sdk.ui.b2b.data
 
B2BOAuthProviderConfig - class in com.stytch.sdk.ui.b2b.data
 
B2BOAuthProviders - class in com.stytch.sdk.ui.b2b.data
 
B2BPasswordOptions - class in com.stytch.sdk.ui.b2b.data
 
B2BRedirectType - class in com.stytch.sdk.b2b
 
B2BSessions - class in com.stytch.sdk.b2b.sessions
The B2BSessions interface provides methods for authenticating, updating, or revoking sessions, and properties to retrieve the existing session token (opaque or JWT).
B2BSessions.AuthParams - class in com.stytch.sdk.b2b.sessions.B2BSessions
Data class used for wrapping parameters used with Sessions authentication
B2BSessions.ExchangeParameters - class in com.stytch.sdk.b2b.sessions.B2BSessions
Data class used for wrapping parameters used with Sessions exchange
B2BSessions.RevokeParams - class in com.stytch.sdk.b2b.sessions.B2BSessions
Data class used for wrapping parameters used with Sessions revocation
B2BTokenType - class in com.stytch.sdk.b2b
An enum representing the supported (B2B) token types that we can extract from a deeplink
BAD_APP_BUNDLE_FOR_STYTCH_SDK - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BAD_DOMAIN_FOR_STYTCH_SDK - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BAD_REQUEST - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BAD_VERTICAL_FOR_STYTCH_SDK - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BILLING_INFO_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BILLING_NOT_VERIFIED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BILLING_NOT_VERIFIED_FOR_EMAIL - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BIOMETRIC_ERROR_HW_UNAVAILABLE - enum entry in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable.Reason

Status indicating that biometric hardware features are currently unavailable.

BIOMETRIC_ERROR_NO_HARDWARE - enum entry in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable.Reason

Status indicating that this device has no biometric hardware.

BIOMETRIC_ERROR_NONE_ENROLLED - enum entry in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable.Reason

Status indicating that there are no biometrics currently enrolled on device.

BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED - enum entry in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable.Reason

Status indicating that a security vulnerability has been discovered with one or more hardware sensors.

BIOMETRIC_ERROR_UNSUPPORTED - enum entry in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable.Reason

Status indicating that the requested options are incompatible with the current Android version.

BIOMETRIC_KEY_GENERATION_FAILED - enum entry in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable.Reason

Status indicating that the biometric key failed to generate. Biometrics cannot proceed.

BIOMETRIC_REGISTRATION_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
BIOMETRIC_STATUS_UNKNOWN - enum entry in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable.Reason

Status indicating that we do not know if biometrics are supported on this device.

BiometricAvailability - class in com.stytch.sdk.consumer.biometrics
Wrapper around BiometricManager results to provide friendly messaging for developers
BiometricAvailability.AvailableNoRegistrations - class in com.stytch.sdk.consumer.biometrics.BiometricAvailability
Status indicating that biometrics are available, but no registrations have been made yet
BiometricAvailability.AvailableRegistered - class in com.stytch.sdk.consumer.biometrics.BiometricAvailability
Status indicating that biometrics are available and there is already a biometric registration on device
BiometricAvailability.RegistrationRevoked - class in com.stytch.sdk.consumer.biometrics.BiometricAvailability
Status indicating that the biometric key has been revoked.
BiometricAvailability.Unavailable - class in com.stytch.sdk.consumer.biometrics.BiometricAvailability
Status indicating that biometrics are not available on this device for some reason
BiometricAvailability.Unavailable.Reason - class in com.stytch.sdk.consumer.biometrics.BiometricAvailability.Unavailable
An enum describing why biometrics are unavailable on this device
BIOMETRICS - enum entry in com.stytch.sdk.consumer.ConsumerAuthMethod
 
Biometrics - class in com.stytch.sdk.consumer.biometrics
The Biometrics interface provides methods for detecting biometric availability, registering, authenticating, and removing biometrics identifiers.
BIOMETRICS - enum entry in com.stytch.sdk.ui.b2c.data.StytchProduct

An enum value representing the Biometrics Product

Biometrics.AuthenticateParameters - class in com.stytch.sdk.consumer.biometrics.Biometrics
Data class used for wrapping parameters used with Biometrics authentication flow
Biometrics.PromptData - class in com.stytch.sdk.consumer.biometrics.Biometrics
Data class used for wrapping parameters used to create a biometric prompt
Biometrics.RegisterParameters - class in com.stytch.sdk.consumer.biometrics.Biometrics
Data class used for wrapping parameters used with Biometrics registration flow
BiometricsAlreadyEnrolledError - class in com.stytch.sdk.common.errors
 
BiometricsOptions - class in com.stytch.sdk.ui.b2c.data
 
BITBUCKET - enum entry in com.stytch.sdk.ui.b2c.data.OAuthProvider

Support BitBucket OAuth logins

BREACHED_PASSWORD - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
build() - function in com.stytch.sdk.ui.b2b.StytchB2BUI.Builder
Builds an instance of the StytchUI class
build() - function in com.stytch.sdk.ui.b2c.StytchUI.Builder
Builds an instance of the StytchUI class
BULK_MIGRATE_INVALID_USER_COUNT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  X