toggle menu
Clerk
androidJvm
switch theme
search in API
Clerk Android
/
com.clerk.emailaddress
/
EmailAddress
/
PrepareVerificationParams
/
EnterpriseSSO
Enterprise
SSO
@
Serializable
data
class
EnterpriseSSO
(
val
strategy
:
String
=
ENTERPRISE_SSO
,
val
redirectUrl
:
String
?
=
null
,
val
actionCompleteRedirectUrl
:
String
?
=
null
)
:
EmailAddress.PrepareVerificationParams
Members
Constructors
Enterprise
SSO
Link copied to clipboard
constructor
(
strategy
:
String
=
ENTERPRISE_SSO
,
redirectUrl
:
String
?
=
null
,
actionCompleteRedirectUrl
:
String
?
=
null
)
Properties
action
Complete
Redirect
Url
Link copied to clipboard
@
SerialName
(
value
=
"action_complete_redirect_url"
)
val
actionCompleteRedirectUrl
:
String
?
=
null
redirect
Url
Link copied to clipboard
val
redirectUrl
:
String
?
=
null
strategy
Link copied to clipboard
open
override
val
strategy
:
String