supertokens-node
    Preparing search index...

    Variable removeGeneratedOptions

    removeGeneratedOptions: (
        input: {
            tenantId: string;
            userContext?: Record<string, any>;
            webauthnGeneratedOptionsId: string;
        },
    ) => Promise<RemoveGeneratedOptionsErrorResponse | { status: "OK" }> = Wrapper.removeGeneratedOptions

    Type declaration

      • (
            input: {
                tenantId: string;
                userContext?: Record<string, any>;
                webauthnGeneratedOptionsId: string;
            },
        ): Promise<RemoveGeneratedOptionsErrorResponse | { status: "OK" }>
      • Parameters

        • input: {
              tenantId: string;
              userContext?: Record<string, any>;
              webauthnGeneratedOptionsId: string;
          }

        Returns Promise<RemoveGeneratedOptionsErrorResponse | { status: "OK" }>