• Parameters

    • res: Credential

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

    • Credential
    • {
          authenticatorAttachment: string;
          id: string;
          rawId: any;
          response: {
              authenticatorData: any;
              clientDataJSON: any;
              signature: any;
              userHandle: any;
          };
          type: string;
          getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
      }
      • ReadonlyauthenticatorAttachment: string
      • Readonlyid: string
      • rawId: any
      • response: { authenticatorData: any; clientDataJSON: any; signature: any; userHandle: any }
      • Readonlytype: string
      • getClientExtensionResults:function
        • Returns AuthenticationExtensionsClientOutputs