Hiyve Components - v1.0.0
    Preparing search index...

    Interface CloudTokenResponse

    Response shape when generateCloudToken returns an object instead of a plain string. Including environment lets the client auto-detect the correct API base URL.

    interface CloudTokenResponse {
        cloudToken: string;
        environment?: CloudEnvironment;
    }
    Index

    Properties

    cloudToken: string

    The cloud token (ct_xxx)

    environment?: CloudEnvironment

    Environment the token was issued for