Interface HonuaAuthRevocationContext

interface HonuaAuthRevocationContext {
    reason: "unauthorized" | "manual";
}

Properties

Properties

reason: "unauthorized" | "manual"