Clerk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Clerk
Clerk Android API
/
com.clerk.api.signin
/
SignIn
/
PrepareFirstFactorParams
/
EmailLink
Email
Link
@
Serializable
data
class
EmailLink
(
val
emailAddressId
:
String
,
val
redirectUri
:
String
,
val
codeChallenge
:
String
,
val
codeChallengeMethod
:
String
=
"S256"
,
val
strategy
:
String
=
EMAIL_LINK
)
:
SignIn.PrepareFirstFactorParams
Members
Constructors
Email
Link
Link copied to clipboard
constructor
(
emailAddressId
:
String
,
redirectUri
:
String
,
codeChallenge
:
String
,
codeChallengeMethod
:
String
=
"S256"
,
strategy
:
String
=
EMAIL_LINK
)
Properties
code
Challenge
Link copied to clipboard
@
SerialName
(
value
=
"code_challenge"
)
val
codeChallenge
:
String
code
Challenge
Method
Link copied to clipboard
@
SerialName
(
value
=
"code_challenge_method"
)
val
codeChallengeMethod
:
String
email
Address
Id
Link copied to clipboard
@
SerialName
(
value
=
"email_address_id"
)
val
emailAddressId
:
String
redirect
Uri
Link copied to clipboard
@
SerialName
(
value
=
"redirect_uri"
)
val
redirectUri
:
String
strategy
Link copied to clipboard
open
override
val
strategy
:
String
Enumeration of available first factor verification strategies.