ca-sdk - v1.0.1
    Preparing search index...

    Type Alias OnIntentHook

    OnIntentHook: (
        data: {
            allow: () => void;
            deny: () => void;
            intent: Intent;
            refresh: () => Promise<Intent>;
        },
    ) => void

    Type declaration

      • (
            data: {
                allow: () => void;
                deny: () => void;
                intent: Intent;
                refresh: () => Promise<Intent>;
            },
        ): void
      • Parameters

        • data: {
              allow: () => void;
              deny: () => void;
              intent: Intent;
              refresh: () => Promise<Intent>;
          }

        Returns void