Clerk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Clerk
Clerk Android API
/
com.clerk.api.signin
/
SignIn
/
CreateParams
/
Strategy
/
Identifier
Identifier
androidJvm
@
Serializable
data
class
Identifier
(
val
strategy
:
String
?
=
null
,
val
identifier
:
String
,
val
password
:
String
?
=
null
)
:
SignIn.CreateParams.Strategy
Members
Constructors
Identifier
Link copied to clipboard
androidJvm
constructor
(
strategy
:
String
?
=
null
,
identifier
:
String
,
password
:
String
?
=
null
)
Properties
identifier
Link copied to clipboard
androidJvm
val
identifier
:
String
password
Link copied to clipboard
androidJvm
val
password
:
String
?
strategy
Link copied to clipboard
androidJvm
open
override
val
strategy
:
String
?
The authentication strategy identifier.