Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.storage.cloud.passkey.data
/
AuthenticationOptions
/
PublicKey
Public
Key
data
class
PublicKey
(
val
challenge
:
String
,
val
timeout
:
Int
,
val
rpId
:
String
,
val
allowCredentials
:
List
<
AuthenticationOptions.Credential
>
,
val
userVerification
:
String
)
Members
Constructors
Public
Key
Link copied to clipboard
constructor
(
challenge
:
String
,
timeout
:
Int
,
rpId
:
String
,
allowCredentials
:
List
<
AuthenticationOptions.Credential
>
,
userVerification
:
String
)
Properties
allow
Credentials
Link copied to clipboard
val
allowCredentials
:
List
<
AuthenticationOptions.Credential
>
challenge
Link copied to clipboard
val
challenge
:
String
rp
Id
Link copied to clipboard
val
rpId
:
String
timeout
Link copied to clipboard
val
timeout
:
Int
user
Verification
Link copied to clipboard
val
userVerification
:
String