A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
R
- RBAC - class in com.stytch.sdk.b2b.rbac
- The RBAC interface provides methods for checking a user's permissions according to the roles defined in the Stytch Dashboard
- RBAC_ACTION_DUPLICATE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_ACTION_TOO_LONG - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_DESCRIPTION_TOO_LONG - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_DOMAIN_TOO_COMMON - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_INVALID_DOMAIN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_PERMISSION_MISSING_ACTIONS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_RESERVED_SCOPE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_RESOURCE_DUPLICATE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_RESOURCE_ID_TOO_LONG - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_RESOURCE_MISSING_ACTIONS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_ROLE_DUPLICATE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_ROLE_ID_TOO_LONG - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_ROLE_MISSING_PERMISSIONS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_SCOPE_DUPLICATE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_SCOPE_MISSING_PERMISSIONS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RBAC_SCOPE_TOO_LONG - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- reactivate(java.lang.String) - function in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- Reactivates a deleted Member's status and its associated email status (if applicable) to active.
- reactivate(java.lang.String,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- Reactivates a deleted Member's status and its associated email status (if applicable) to active.
- reactivateCompletable(java.lang.String) - function in com.stytch.sdk.b2b.organization.Organization.OrganizationMembers
- Reactivates a deleted Member's status and its associated email status (if applicable) to active.
- REACTIVATION_EMAIL_BELONGS_TO_ANOTHER_MEMBER - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- recover(com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes.RecoverParameters) - function in com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes
- Consume a recovery code for a member
- recover(com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes.RecoverParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes
- Consume a recovery code for a member
- recover(com.stytch.sdk.consumer.totp.TOTP.RecoverParameters) - function in com.stytch.sdk.consumer.totp.TOTP
- Call this method to authenticate a recovery code for a TOTP instance.
- recover(com.stytch.sdk.consumer.totp.TOTP.RecoverParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.totp.TOTP
- Call this method to authenticate a recovery code for a TOTP instance.
- recoverCompletable(com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes.RecoverParameters) - function in com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes
- Consume a recovery code for a member
- recoverCompletable(com.stytch.sdk.consumer.totp.TOTP.RecoverParameters) - function in com.stytch.sdk.consumer.totp.TOTP
- Call this method to authenticate a recovery code for a TOTP instance.
- RECOVERY_CODE_USED_AS_TOTP_CODE - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RECOVERY_CODES_ALREADY_EXIST - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RECOVERY_CODES_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RecoveryCodes - class in com.stytch.sdk.b2b.recoveryCodes
- The RecoveryCodes interface provides methods for getting, rotating, and using recovery codes for a member
- recoveryCodes() - function in com.stytch.sdk.consumer.totp.TOTP
- Call this method to retrieve the recovery codes for a TOTP instance tied to a user.
- recoveryCodes(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.totp.TOTP
- Call this method to retrieve the recovery codes for a TOTP instance tied to a user.
- RecoveryCodes.RecoverParameters - class in com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes
- A data class wrapping the parameters needed to consume a recovery code
- recoveryCodesCompletable() - function in com.stytch.sdk.consumer.totp.TOTP
- Call this method to retrieve the recovery codes for a TOTP instance tied to a user.
- REDIRECT_URL_CANNOT_USE_PROTOCOL - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- REDIRECT_URL_MUST_USE_HTTPS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- REDIRECT_URL_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- REDIRECT_URL_WITH_QUERY_PARAM_PLACEHOLDER_CANNOT_BE_DEFAULT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- REDIRECT_URL_WITH_WILDCARD_CANNOT_BE_DEFAULT - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- register(com.stytch.sdk.consumer.biometrics.Biometrics.RegisterParameters) - function in com.stytch.sdk.consumer.biometrics.Biometrics
- When a valid/active session exists, this method will add a biometric registration for the current user.
- register(com.stytch.sdk.consumer.biometrics.Biometrics.RegisterParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.biometrics.Biometrics
- When a valid/active session exists, this method will add a biometric registration for the current user.
- register(com.stytch.sdk.consumer.passkeys.Passkeys.RegisterParameters) - function in com.stytch.sdk.consumer.passkeys.Passkeys
- Creates a new Passkey registration.
- register(com.stytch.sdk.consumer.passkeys.Passkeys.RegisterParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.passkeys.Passkeys
- Creates a new Passkey registration.
- registerCompletable(com.stytch.sdk.consumer.biometrics.Biometrics.RegisterParameters) - function in com.stytch.sdk.consumer.biometrics.Biometrics
- When a valid/active session exists, this method will add a biometric registration for the current user.
- registerCompletable(com.stytch.sdk.consumer.passkeys.Passkeys.RegisterParameters) - function in com.stytch.sdk.consumer.passkeys.Passkeys
- Creates a new Passkey registration.
- removeRegistration() - function in com.stytch.sdk.consumer.biometrics.Biometrics
- Clears existing biometric registrations stored on device.
- removeRegistration(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.biometrics.Biometrics
- Clears existing biometric registrations stored on device.
- removeRegistrationCompletable() - function in com.stytch.sdk.consumer.biometrics.Biometrics
- Clears existing biometric registrations stored on device.
- REQUIRED_CUSTOM_EMAIL_DOMAIN - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- REQUIRES_ACTIVE_SSO_CONNECTION - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RESERVED_CLAIMS_IN_CUSTOM_CLAIMS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RESET_PASSWORD - enum entry in com.stytch.sdk.b2b.B2BRedirectType
- RESET_PASSWORD - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RESET_PASSWORD - enum entry in com.stytch.sdk.consumer.ConsumerTokenType
A Password Reset deeplink
- resetByEmail(com.stytch.sdk.b2b.passwords.Passwords.ResetByEmailParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetByEmail(com.stytch.sdk.b2b.passwords.Passwords.ResetByEmailParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetByEmail(com.stytch.sdk.b2b.passwords.Passwords.Discovery.ResetByEmailParameters) - function in com.stytch.sdk.b2b.passwords.Passwords.Discovery
- The
resetByEmailmethod wraps the Reset By Email Discovery Password API endpoint. - resetByEmail(com.stytch.sdk.b2b.passwords.Passwords.Discovery.ResetByEmailParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.passwords.Passwords.Discovery
- The
resetByEmailmethod wraps the Reset By Email Discovery Password API endpoint. - resetByEmail(com.stytch.sdk.consumer.passwords.Passwords.ResetByEmailParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset the user’s password and authenticate them.
- resetByEmail(com.stytch.sdk.consumer.passwords.Passwords.ResetByEmailParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset the user’s password and authenticate them.
- resetByEmailCompletable(com.stytch.sdk.b2b.passwords.Passwords.ResetByEmailParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetByEmailCompletable(com.stytch.sdk.b2b.passwords.Passwords.Discovery.ResetByEmailParameters) - function in com.stytch.sdk.b2b.passwords.Passwords.Discovery
- The
resetByEmailmethod wraps the Reset By Email Discovery Password API endpoint. - resetByEmailCompletable(com.stytch.sdk.consumer.passwords.Passwords.ResetByEmailParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset the user’s password and authenticate them.
- resetByEmailStart(com.stytch.sdk.b2b.passwords.Passwords.ResetByEmailStartParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Initiates a password reset for the email address provided.
- resetByEmailStart(com.stytch.sdk.b2b.passwords.Passwords.ResetByEmailStartParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.passwords.Passwords
- Initiates a password reset for the email address provided.
- resetByEmailStart(com.stytch.sdk.b2b.passwords.Passwords.Discovery.ResetByEmailStartParameters) - function in com.stytch.sdk.b2b.passwords.Passwords.Discovery
- The
resetByEmailStartmethod wraps the Reset By Email Discovery Start Password API endpoint. - resetByEmailStart(com.stytch.sdk.b2b.passwords.Passwords.Discovery.ResetByEmailStartParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.passwords.Passwords.Discovery
- The
resetByEmailStartmethod wraps the Reset By Email Discovery Start Password API endpoint. - resetByEmailStart(com.stytch.sdk.consumer.passwords.Passwords.ResetByEmailStartParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Initiates a password reset for the email address provided.
- resetByEmailStart(com.stytch.sdk.consumer.passwords.Passwords.ResetByEmailStartParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.passwords.Passwords
- Initiates a password reset for the email address provided.
- resetByEmailStartCompletable(com.stytch.sdk.b2b.passwords.Passwords.ResetByEmailStartParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Initiates a password reset for the email address provided.
- resetByEmailStartCompletable(com.stytch.sdk.b2b.passwords.Passwords.Discovery.ResetByEmailStartParameters) - function in com.stytch.sdk.b2b.passwords.Passwords.Discovery
- The
resetByEmailStartmethod wraps the Reset By Email Discovery Start Password API endpoint. - resetByEmailStartCompletable(com.stytch.sdk.consumer.passwords.Passwords.ResetByEmailStartParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Initiates a password reset for the email address provided.
- resetByExisting(com.stytch.sdk.b2b.passwords.Passwords.ResetByExistingPasswordParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetByExisting(com.stytch.sdk.b2b.passwords.Passwords.ResetByExistingPasswordParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetByExistingCompletable(com.stytch.sdk.b2b.passwords.Passwords.ResetByExistingPasswordParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetByExistingPassword(com.stytch.sdk.consumer.passwords.Passwords.ResetByExistingPasswordParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset a user's password and authenticate them
- resetByExistingPassword(com.stytch.sdk.consumer.passwords.Passwords.ResetByExistingPasswordParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset a user's password and authenticate them
- resetByExistingPasswordCompletable(com.stytch.sdk.consumer.passwords.Passwords.ResetByExistingPasswordParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset a user's password and authenticate them
- resetBySession(com.stytch.sdk.b2b.passwords.Passwords.ResetBySessionParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetBySession(com.stytch.sdk.b2b.passwords.Passwords.ResetBySessionParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetBySession(com.stytch.sdk.consumer.passwords.Passwords.ResetBySessionParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset the user’s password and authenticate them.
- resetBySession(com.stytch.sdk.consumer.passwords.Passwords.ResetBySessionParameters,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset the user’s password and authenticate them.
- resetBySessionCompletable(com.stytch.sdk.b2b.passwords.Passwords.ResetBySessionParameters) - function in com.stytch.sdk.b2b.passwords.Passwords
- Reset the member’s password and authenticate them.
- resetBySessionCompletable(com.stytch.sdk.consumer.passwords.Passwords.ResetBySessionParameters) - function in com.stytch.sdk.consumer.passwords.Passwords
- Reset the user’s password and authenticate them.
- RETIRED_EMAIL_MISSING_EMAIL_IDENTIFIERS - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- RETIRED_MEMBER_EMAIL - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- revoke(com.stytch.sdk.b2b.sessions.B2BSessions.RevokeParams) - function in com.stytch.sdk.b2b.sessions.B2BSessions
- Revoke a Session and immediately invalidate all its tokens.
- revoke(com.stytch.sdk.b2b.sessions.B2BSessions.RevokeParams,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.sessions.B2BSessions
- Revoke a Session and immediately invalidate all its tokens.
- revoke(com.stytch.sdk.consumer.sessions.Sessions.RevokeParams) - function in com.stytch.sdk.consumer.sessions.Sessions
- Revoke a Session and immediately invalidate all its tokens.
- revoke(com.stytch.sdk.consumer.sessions.Sessions.RevokeParams,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.consumer.sessions.Sessions
- Revoke a Session and immediately invalidate all its tokens.
- revokeCompletable(com.stytch.sdk.b2b.sessions.B2BSessions.RevokeParams) - function in com.stytch.sdk.b2b.sessions.B2BSessions
- Revoke a Session and immediately invalidate all its tokens.
- revokeCompletable(com.stytch.sdk.consumer.sessions.Sessions.RevokeParams) - function in com.stytch.sdk.consumer.sessions.Sessions
- Revoke a Session and immediately invalidate all its tokens.
- rotate() - function in com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes
- Rotate the recovery codes for an authenticated member
- rotate(kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes
- Rotate the recovery codes for an authenticated member
- rotateCancel(java.lang.String) - function in com.stytch.sdk.b2b.scim.SCIM
- Cancels the SCIM bearer token rotate, removing the new bearer token issued.
- rotateCancel(java.lang.String,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.scim.SCIM
- Cancels the SCIM bearer token rotate, removing the new bearer token issued.
- rotateCancelCompletable(java.lang.String) - function in com.stytch.sdk.b2b.scim.SCIM
- Cancels the SCIM bearer token rotate, removing the new bearer token issued.
- rotateCompletable() - function in com.stytch.sdk.b2b.recoveryCodes.RecoveryCodes
- Rotate the recovery codes for an authenticated member
- rotateComplete(java.lang.String) - function in com.stytch.sdk.b2b.scim.SCIM
- Completes the SCIM bearer token rotate, removing the old bearer token from operation.
- rotateComplete(java.lang.String,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.scim.SCIM
- Completes the SCIM bearer token rotate, removing the old bearer token from operation.
- rotateCompleteCompletable(java.lang.String) - function in com.stytch.sdk.b2b.scim.SCIM
- Completes the SCIM bearer token rotate, removing the old bearer token from operation.
- rotateStart(java.lang.String) - function in com.stytch.sdk.b2b.scim.SCIM
- Starts the SCIM bearer token rotation process.
- rotateStart(java.lang.String,kotlin.jvm.functions.Function1) - function in com.stytch.sdk.b2b.scim.SCIM
- Starts the SCIM bearer token rotation process.
- rotateStartCompletable(java.lang.String) - function in com.stytch.sdk.b2b.scim.SCIM
- Starts the SCIM bearer token rotation process.
- ROUTE_NOT_FOUND - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType
- ROUTE_NOT_SUPPORTED_IN_TEST - enum entry in com.stytch.sdk.common.errors.StytchAPIErrorType