Interface PublicKeyCredential

    Available only in secure contexts.

    MDN Reference

    interface PublicKeyCredential {
        authenticatorAttachment: string;
        id: string;
        rawId: ArrayBuffer;
        response: AuthenticatorResponse;
        type: string;
        getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
    }
    Hierarchy

    Properties

    authenticatorAttachment: string
    id: string
    type: string

    Methods