toggle menu
Clerk
androidJvm
switch theme
search in API
Clerk Android
/
com.clerk.emailaddress
/
EmailAddress
/
PrepareVerificationParams
Prepare
Verification
Params
sealed
interface
PrepareVerificationParams
Inheritors
EmailCode
EnterpriseSSO
Members
Types
Email
Code
Link copied to clipboard
@
Serializable
data
class
EmailCode
(
val
strategy
:
String
=
EMAIL_CODE
)
:
EmailAddress.PrepareVerificationParams
Enterprise
SSO
Link copied to clipboard
@
Serializable
data
class
EnterpriseSSO
(
val
strategy
:
String
=
ENTERPRISE_SSO
,
val
redirectUrl
:
String
?
=
null
,
val
actionCompleteRedirectUrl
:
String
?
=
null
)
:
EmailAddress.PrepareVerificationParams
Properties
strategy
Link copied to clipboard
abstract
val
strategy
:
String