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

GetCredentialsResponse

data class GetCredentialsResponse

Response type for the WebAuthnDomain.getCredentials command.

Constructors

<init>

Response type for the WebAuthnDomain.getCredentials command.

GetCredentialsResponse(credentials: List<Credential>)

Properties

credentials

val credentials: List<Credential>