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
/
AuthenticatorSelection
Authenticator
Selection
data
class
AuthenticatorSelection
(
var
authenticatorAttachment
:
String
?
,
var
requireResidentKey
:
Boolean
?
,
var
residentKey
:
String
?
,
var
userVerification
:
String
?
)
Members
Constructors
Authenticator
Selection
Link copied to clipboard
constructor
(
authenticatorAttachment
:
String
?
,
requireResidentKey
:
Boolean
?
,
residentKey
:
String
?
,
userVerification
:
String
?
)
Properties
authenticator
Attachment
Link copied to clipboard
var
authenticatorAttachment
:
String
?
require
Resident
Key
Link copied to clipboard
var
requireResidentKey
:
Boolean
?
resident
Key
Link copied to clipboard
var
residentKey
:
String
?
user
Verification
Link copied to clipboard
var
userVerification
:
String
?