pai
    Preparing search index...

    Type Alias RotateResult

    The answer from POST /key/rotate.

    type RotateResult = {
        api_key: string;
        rotated_at: string;
    }
    Index
    api_key: string

    The new key. The old one stops working.

    rotated_at: string

    When the key was replaced, as an ISO 8601 time.