forgerock-auth
4.8.0
forgerock-auth
/
org.forgerock.android.auth.webauthn
/
WebAuthKeySelectionFragment
/
PublicKeyCredentialSources
Public
Key
Credential
Sources
data
class
PublicKeyCredentialSources
(
val
items
:
List
<
PublicKeyCredentialSource
>
)
:
Parcelable
Members
Constructors
Public
Key
Credential
Sources
Link copied to clipboard
constructor
(
items
:
List
<
PublicKeyCredentialSource
>
)
Properties
items
Link copied to clipboard
val
items
:
List
<
PublicKeyCredentialSource
>
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)