Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 659 Bytes

File metadata and controls

20 lines (13 loc) · 659 Bytes

PreferredSignInStrategyWhenPasswordRequired

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.

Example Usage

import com.clerk.backend_api.models.operations.PreferredSignInStrategyWhenPasswordRequired;

PreferredSignInStrategyWhenPasswordRequired value = PreferredSignInStrategyWhenPasswordRequired.PASSWORD;

Values

Name Value
PASSWORD password
OTP otp
UNKNOWN