chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webauthn / GetCredentialRequest

GetCredentialRequest

data class GetCredentialRequest

Request object containing input parameters for the WebAuthnDomain.getCredential command.

Constructors

<init>

Request object containing input parameters for the WebAuthnDomain.getCredential command.

GetCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

Properties

authenticatorId

val authenticatorId: AuthenticatorId

credentialId

val credentialId: String