A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
O
- OAUTH - enum entry in com.stytch.sdk.b2b.B2BAuthMethod
- OAUTH - enum entry in com.stytch.sdk.b2b.B2BTokenType
An OAuth deeplink
- OAuth - class in com.stytch.sdk.b2b.oauth
- The OAuth interface provides methods for authenticating a user, via the supported OAuth providers, provided you have configured them within your Stytch Dashboard.
- OAUTH - enum entry in com.stytch.sdk.consumer.ConsumerAuthMethod
- OAUTH - enum entry in com.stytch.sdk.consumer.ConsumerTokenType
A Third Party OAuth deeplink
- OAuth - class in com.stytch.sdk.consumer.oauth
- The OAuth interface provides methods for authenticating a user via a native Google OneTap prompt or any of the supported third-party OAuth providers, provided you have configured them within your Stytch Dashboard.
- OAUTH - enum entry in com.stytch.sdk.ui.b2b.data.StytchB2BProduct
An enum value representing the OAuth Product
- OAUTH - enum entry in com.stytch.sdk.ui.b2c.data.StytchProduct
An enum value representing the OAuth Product
- OAuth.AuthenticateParameters - class in com.stytch.sdk.b2b.oauth.OAuth
- A data class wrapping the parameters necessary to authenticate an OAuth flow
- OAuth.Discovery - class in com.stytch.sdk.b2b.oauth.OAuth
- An interface describing the parameters and methods available for authenticating an OAuth Discovery flow
- OAuth.Discovery.DiscoveryAuthenticateParameters - class in com.stytch.sdk.b2b.oauth.OAuth.Discovery
- A data class wrapping the parameters necessary to authenticate an OAuth Discovery flow
- OAuth.GoogleOneTap - class in com.stytch.sdk.consumer.oauth.OAuth
- Provides start, authenticate, and signOut methods for native Google One Tap authentication
- OAuth.GoogleOneTap.StartParameters - class in com.stytch.sdk.consumer.oauth.OAuth.GoogleOneTap
- Data class used for wrapping parameters to start a Google OneTap flow
- OAuth.Provider - class in com.stytch.sdk.b2b.oauth.OAuth
- An interface describing the methods and parameters available for starting an OAuth or OAuth discovery flow for a specific provider
- OAuth.Provider.GetTokenForProviderParams - class in com.stytch.sdk.b2b.oauth.OAuth.Provider
- OAuth.Provider.StartParameters - class in com.stytch.sdk.b2b.oauth.OAuth.Provider
- A data class wrapping the parameters necessary to start an OAuth flow for a specific provider
- OAuth.ProviderDiscovery - class in com.stytch.sdk.b2b.oauth.OAuth
- An interface describing the methods and parameters available for starting an OAuth discovery flow for a specific provider
- OAuth.ProviderDiscovery.DiscoveryStartParameters - class in com.stytch.sdk.b2b.oauth.OAuth.ProviderDiscovery
- A data class wrapping the parameters necessary to start an OAuth flow for a specific provider
- OAuth.ProviderDiscovery.GetTokenForProviderParams - class in com.stytch.sdk.b2b.oauth.OAuth.ProviderDiscovery
- Data class used for wrapping parameters to start a third party OAuth flow and retrieve a token
- OAuth.ThirdParty - class in com.stytch.sdk.consumer.oauth.OAuth
- Provides a method for starting Third Party OAuth authentications
- OAuth.ThirdParty.AuthenticateParameters - class in com.stytch.sdk.consumer.oauth.OAuth.ThirdParty
- Data class used for wrapping parameters to authenticate a third party OAuth flow
- OAuth.ThirdParty.GetTokenForProviderParams - class in com.stytch.sdk.consumer.oauth.OAuth.ThirdParty
- Data class used for wrapping parameters to start a third party OAuth flow and retrieve a token
- OAuth.ThirdParty.StartParameters - class in com.stytch.sdk.consumer.oauth.OAuth.ThirdParty
- Data class used for wrapping parameters to start a third party OAuth flow
- OAUTH_ACCESS_TOKEN_EXCHANGE_MISSING_FULL_ACCESS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_ACCESS_TOKEN_EXCHANGE_TOKEN_INVALID_GRANT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_ACCESS_TOKEN_EXCHANGE_TOKEN_TOO_OLD - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_APP_NOT_AUTHORIZED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_AUTH_CODE_ERROR - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_CONFIG_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_CREATING_REDIRECT_URL_ERROR - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_DISCOVERY_FLOW_CALLBACK_ERROR - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_FLOW_CALLBACK_ERROR - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_INVALID_CALLBACK_REQUEST - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_INVALID_STATE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_NON_DISCOVERY_FLOW_CALLBACK_ERROR - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_STATE_MISMATCH - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_STATE_USED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TENANT_JIT_PROVISIONING_NOT_ALLOWED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_EXCHANGE_GOOGLE_MISSING_INFORMATION - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_EXCHANGE_INVALID_CLIENT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_EXCHANGE_INVALID_REQUEST - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_EXCHANGE_INVALID_SCOPE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_EXCHANGE_MICROSOFT_EXPIRED_SECRET - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_EXCHANGE_MICROSOFT_INVALID_SECRET - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_EXCHANGE_UNAUTHORIZED_CLIENT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_TOKEN_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_UNVERIFIED_EMAIL - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAUTH_USER_REGISTRATION_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OAuthOptions - class in com.stytch.sdk.ui.b2c.data
- A data class representing the configuration options for the OAuth product
- OAuthProvider - class in com.stytch.sdk.ui.b2c.data
- An enum class representing all of the supported OAuth providers
- OIDC_AUTH_CODE_ERROR - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_AUTHORIZATION_URL_INVALID_FORMAT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_AUTHORIZATION_URL_REQUIRED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_CLIENT_ID_REQUIRED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_CLIENT_SECRET_REQUIRED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_ISSUER_REQUIRED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_ISSUER_URL_INVALID_FORMAT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_JWKS_URL_INVALID_FORMAT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_JWKS_URL_REQUIRED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_TOKEN_URL_INVALID_FORMAT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_TOKEN_URL_REQUIRED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_USERINFO_URL_INVALID_FORMAT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CONNECTION_USERINFO_URL_REQUIRED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_CSRF_COOKIE_MISMATCH - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_INVALID_CALLBACK_REQUEST - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_INVALID_USERINFO - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_PROMPT_NONE_MUST_BE_EXCLUSIVE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_RESPONSE_EMAIL_MISSING - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_RESPONSE_NAME_MISSING - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_RESPONSE_SUBJECT_MISMATCH - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_RESPONSE_SUBJECT_MISSING - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_RESPONSE_UNVERIFIED_EMAIL - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OIDC_USER_NOT_ASSIGNED_TO_APP_IN_IDP - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- onAuthenticated(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.ui.b2b.StytchB2BUI.Builder
- Sets the handler that will be notified of authenticate results
- onAuthenticated(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.ui.b2c.StytchUI.Builder
- Sets the handler that will be notified of authenticate results
- onChange(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.member.Member
- Assign a callback that will be called when the member data changes
- onChange(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.organization.Organization
- Assign a callback that will be called when the organization data changes
- onChange(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.sessions.B2BSessions
- Assign a callback that will be called when the session data changes
- onChange(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.sessions.Sessions
- Assign a callback that will be called when the session data changes
- onChange(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.userManagement.UserManagement
- Assign a callback that will be called when the user data changes
- OPERATION_RESTRICTED_BY_ORGANIZATION_AUTH_METHODS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OPERATION_RESTRICTED_BY_ORGANIZATION_MFA_METHODS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- Organization - class in com.stytch.sdk.b2b.organization
- The Organization interface provides methods for retrieving, updating, and deleting the current authenticated user's organization and creating, updating, deleting, reactivating, and searching an organizations members
- ORGANIZATION - enum entry in com.stytch.sdk.ui.b2b.data.AuthFlowType
- Organization.OrganizationMembers - class in com.stytch.sdk.b2b.organization.Organization
- An interface that provides methods for performing create, update, delete, reactivate, and search operations on an Organization's members
- Organization.OrganizationMembers.CreateMemberParameters - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- Data class used for wrapping the parameters necessary for creating a user
- Organization.OrganizationMembers.SearchParameters - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- Data class used for wrapping the parameters necessary to search members
- Organization.OrganizationMembers.SearchQuery - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- A data class representing conditions for a query
- Organization.OrganizationMembers.SearchQueryOperand - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- A data class representing a Search Query Operand, which contains all of the filters and values to apply to your search query.
- Organization.OrganizationMembers.SearchQueryOperand.Custom - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on custom filters
- Organization.OrganizationMembers.SearchQueryOperand.MemberEmailFuzzy - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_email_fuzzy
- Organization.OrganizationMembers.SearchQueryOperand.MemberEmails - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_emails
- Organization.OrganizationMembers.SearchQueryOperand.MemberIds - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_ids
- Organization.OrganizationMembers.SearchQueryOperand.MemberIsBreakingGlass - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_is_breakglass
- Organization.OrganizationMembers.SearchQueryOperand.MemberMFAPhoneNumberFuzzy - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_mfa_phone_number_fuzzy
- Organization.OrganizationMembers.SearchQueryOperand.MemberMFAPhoneNumbers - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_mfa_phone_numbers
- Organization.OrganizationMembers.SearchQueryOperand.MemberPasswordExists - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_password_exists
- Organization.OrganizationMembers.SearchQueryOperand.MemberRoles - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on member_roles
- Organization.OrganizationMembers.SearchQueryOperand.Statuses - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers.SearchQueryOperand
- An operand for searching based on statuses
- Organization.OrganizationMembers.UpdateMemberParameters - class in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- Data class used for wrapping the parameters necessary for creating a user
- Organization.UpdateOrganizationParameters - class in com.stytch.sdk.b2b.organization.Organization
- Data class used for wrapping parameters used for making an Organization update call
- ORGANIZATION_LOGO_URL_TOO_LONG - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_NAME_INCLUDES_BANNED_WORDS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_NAME_MISSING - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_ALLOWED_DOMAIN_FUZZY_TOO_SHORT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_EXPECTED_ARRAY_OF_STRINGS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_EXPECTED_BOOLEAN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_EXPECTED_STRING - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_FILTER_NAME_MUST_BE_STRING - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_FILTER_NAME_NOT_RECOGNIZED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MEMBER_EMAIL_FUZZY_TOO_SHORT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_ALLOWED_DOMAIN_FUZZY - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_ALLOWED_DOMAINS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_CLAIMED_EMAIL_DOMAINS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_FILTER_NAME - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_FILTER_VALUE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_HAS_ACTIVE_SSO_CONNECTION - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_MEMBER_EMAIL_FUZZY - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_MEMBER_EMAILS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_ORGANIZATION_IDS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_ORGANIZATION_NAME_FUZZY - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_ORGANIZATION_SLUG_FUZZY - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_ORGANIZATION_SLUGS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_MISSING_SSO_CONNECTION_ID - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_ORGANIZATION_NAME_FUZZY_TOO_SHORT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SEARCH_ORGANIZATION_SLUG_FUZZY_TOO_SHORT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SETTINGS_CLAIMED_DOMAIN_TOO_COMMON - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SETTINGS_DISPOSABLE_DOMAIN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SETTINGS_DOMAIN_TOO_COMMON - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SETTINGS_DUPLICATE_CLAIMED_DOMAIN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SETTINGS_DUPLICATE_DOMAIN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SETTINGS_INVALID_CLAIMED_DOMAIN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SETTINGS_INVALID_DOMAIN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SLUG_ALREADY_USED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_SUSPENDED - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ORGANIZATION_USER_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OTP - class in com.stytch.sdk.b2b.otp
- The OTP interface provides methods for sending and authenticating One-Time Passcodes (OTP) via SMS
- OTP - enum entry in com.stytch.sdk.consumer.ConsumerAuthMethod
- OTP - class in com.stytch.sdk.consumer.otp
- The OTP interface provides methods for sending and authenticating One-Time Passcodes (OTP) via SMS, WhatsApp, and Email.
- OTP - enum entry in com.stytch.sdk.ui.b2c.data.StytchProduct
An enum value representing the OTP Product
- OTP.AuthParameters - class in com.stytch.sdk.consumer.otp.OTP
- Data class used for wrapping parameters used with OTP authentication
- OTP.Email - class in com.stytch.sdk.b2b.otp.OTP
- Provides all possible ways to call Email OTP endpoints
- OTP.Email.AuthenticateParameters - class in com.stytch.sdk.b2b.otp.OTP.Email
- A data class wrapping the parameters needed to authenticate an Email OTP
- OTP.Email.Discovery - class in com.stytch.sdk.b2b.otp.OTP.Email
- Provides all possible ways to call Email OTP Discovery endpoints
- OTP.Email.Discovery.AuthenticateParameters - class in com.stytch.sdk.b2b.otp.OTP.Email.Discovery
- A data class wrapping the parameters needed to authenticate an Email Discovery OTP
- OTP.Email.Discovery.SendParameters - class in com.stytch.sdk.b2b.otp.OTP.Email.Discovery
- A data class wrapping the parameters needed to send an Email Discovery OTP
- OTP.Email.LoginOrSignupParameters - class in com.stytch.sdk.b2b.otp.OTP.Email
- A data class wrapping the parameters needed to send an Email OTP LoginOrSignup request
- OTP.EmailOTP - class in com.stytch.sdk.consumer.otp.OTP
- Provides all possible ways to call Email OTP endpoints
- OTP.EmailOTP.Parameters - class in com.stytch.sdk.consumer.otp.OTP.EmailOTP
- Data class used for wrapping parameters used with Email OTP
- OTP.SMS - class in com.stytch.sdk.b2b.otp.OTP
- Provides all possible ways to call SMS OTP endpoints
- OTP.SMS.AuthenticateParameters - class in com.stytch.sdk.b2b.otp.OTP.SMS
- A data class wrapping the parameters needed to authenticate an SMS OTP
- OTP.SMS.SendParameters - class in com.stytch.sdk.b2b.otp.OTP.SMS
- A data class wrapping the parameters needed to send an SMS OTP
- OTP.SmsOTP - class in com.stytch.sdk.consumer.otp.OTP
- Provides all possible ways to call SMS OTP endpoints
- OTP.SmsOTP.Parameters - class in com.stytch.sdk.consumer.otp.OTP.SmsOTP
- Data class used for wrapping parameters used with SMS OTP
- OTP.WhatsAppOTP - class in com.stytch.sdk.consumer.otp.OTP
- Provides all possible ways to call WhatsApp OTP endpoints
- OTP.WhatsAppOTP.Parameters - class in com.stytch.sdk.consumer.otp.OTP.WhatsAppOTP
- Data class used for wrapping parameters used with WhatsApp OTP
- OTP_CODE_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- OTPMethods - class in com.stytch.sdk.ui.b2c.data
- An enum class representing all of the supported OTP methods
- OTPOptions - class in com.stytch.sdk.ui.b2c.data
- A data class representing options for configuring the OTP product