Skip to main content

Interface: RegistrationResponse

Defined in: src/types/interfaces/webauthn.interface.ts:189

Registration response from client.

Properties

challengeId

readonly challengeId: string

Defined in: src/types/interfaces/webauthn.interface.ts:193

Challenge ID from RegistrationChallenge.


credential

readonly credential: object

Defined in: src/types/interfaces/webauthn.interface.ts:198

Credential response from navigator.credentials.create().

clientExtensionResults?

readonly optional clientExtensionResults: Record<string, unknown>

id

readonly id: string

rawId

readonly rawId: string

response

readonly response: object

response.attestationObject

readonly attestationObject: string

response.clientDataJSON

readonly clientDataJSON: string

response.transports?

readonly optional transports: readonly AuthenticatorTransport[]

type

readonly type: "public-key"