Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface GeneratedSecretKey

    interface GeneratedSecretKey {
        id: string;
        issuedAt: string;
        label?: string;
        token: string;
        tokenType: "bearer";
    }
    Index
    id: string
    issuedAt: string
    label?: string
    token: string
    tokenType: "bearer"