When password is required at the instance level, sets the preferred sign-in strategy surfaced to Clerk components. Has no effect when password is not required. Defaults to password. Set to an empty string to clear the override.
import com.clerk.backend_api.models.operations.PreferredSignInStrategyWhenPasswordRequired;
PreferredSignInStrategyWhenPasswordRequired value = PreferredSignInStrategyWhenPasswordRequired.PASSWORD;| Name | Value |
|---|---|
PASSWORD |
password |
OTP |
otp |
UNKNOWN |