chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webauthn
/
GetCredentialRequest
Get
Credential
Request
@
Serializable
data
class
GetCredentialRequest
(
val
authenticatorId
:
AuthenticatorId
,
val
credentialId
:
String
)
(
source
)
Request object containing input parameters for the
WebAuthnDomain.getCredential
command.
Members
Constructors
Get
Credential
Request
Link copied to clipboard
constructor
(
authenticatorId
:
AuthenticatorId
,
credentialId
:
String
)
Properties
authenticator
Id
Link copied to clipboard
val
authenticatorId
:
AuthenticatorId
credential
Id
Link copied to clipboard
val
credentialId
:
String