PublicKeyOptions: {
    attestation: AuthenticatorAttestationOptions;
    challenge: string;
    kind: Key;
    pubKeyCredParams: PubKeyCredParams[];
    rp: RelyingParty;
    temporaryAuthenticationToken: Jwt;
    user: AuthenticationUserInformation;
}

Type declaration

Generated using TypeDoc