• Parameters

    • res: Credential

    Returns Credential | {
        authenticatorAttachment: string;
        id: string;
        rawId: any;
        response: {
            attestationObject: any;
            clientDataJSON: any;
        };
        type: string;
        getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
    }

Generated using TypeDoc