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

    Runtime-visible configuration from IdentityProvider.

    Exposed via useHiyveConfig so downstream hooks and components (e.g. the FileManager's public-files scope) can access the apiKey without prop-drilling.

    interface HiyveConfig {
        apiKey: string | undefined;
        environment: "production" | "development";
    }
    Index

    Properties

    Properties

    apiKey: string | undefined

    The provider's apiKey (may be undefined in proxy mode).

    environment: "production" | "development"

    The configured environment.