EmailOTP
Provides all possible ways to call Email OTP endpoints
Types
Link copied to clipboard
data class Parameters(val email: String, val expirationMinutes: UInt = DEFAULT_OTP_EXPIRATION_TIME_MINUTES)
Content copied to clipboard
Functions
Link copied to clipboard
abstract suspend fun loginOrCreate(parameters: OTP.EmailOTP.Parameters): LoginOrCreateOTPResponse
Content copied to clipboard
abstract fun loginOrCreate(parameters: OTP.EmailOTP.Parameters, callback: (LoginOrCreateOTPResponse) -> Unit)
Content copied to clipboard
Wraps Stytch’s Email OTP login_or_create endpoint. Requests an Email OTP for a user to log in or create an account depending on the presence and/or status current account.