sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.auth.models
/
WebAuthnKeyModel
Web
Authn
Key
Model
open
class
WebAuthnKeyModel
Members
Constructors
Web
Authn
Key
Model
Link copied to clipboard
constructor
(
name
:
String
,
displayName
:
String
,
uid
:
String
,
type
:
String
,
key
:
String
)
Properties
display
Name
Link copied to clipboard
open
var
displayName
:
String
key
Link copied to clipboard
open
var
key
:
String
name
Link copied to clipboard
open
var
name
:
String
type
Link copied to clipboard
open
var
type
:
String
uid
Link copied to clipboard
open
var
uid
:
String
Functions
parse
List
Link copied to clipboard
open
fun
parseList
(
json
:
String
)
:
List
<
WebAuthnKeyModel
>
to
Json
List
Link copied to clipboard
open
fun
toJsonList
(
list
:
List
<
WebAuthnKeyModel
>
)
:
String