SecretVerifyResponse: {
    action?: {
        type: "authenticate";
        url: string;
    };
    id: string;
    status: "unauthenticated" | "authenticated";
}

Type declaration

  • Optional action?: {
        type: "authenticate";
        url: string;
    }
    • type: "authenticate"
    • url: string
  • id: string
  • status: "unauthenticated" | "authenticated"

Generated using TypeDoc