• Parameters

    • res: Credential

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

Generated using TypeDoc