toggle menu
chrome-devtools-kotlin
5.6.0-1212569
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webauthn
/
GetCredentialsResponse
Get
Credentials
Response
@
Serializable
data
class
GetCredentialsResponse
(
val
credentials
:
List
<
Credential
>
)
Response type for the
WebAuthnDomain.getCredentials
command.
Members
Constructors
Get
Credentials
Response
Link copied to clipboard
constructor
(
credentials
:
List
<
Credential
>
)
Properties
credentials
Link copied to clipboard
val
credentials
:
List
<
Credential
>