Circle V2 API Docs
    Preparing search index...

    Type Alias PreLocationCredentials

    PreLocationCredentials:
        | Pick<KipuClientCredentials, "app_id">
        | Pick<LightningStepCredentials, "bearer_token">
        | Pick<
            SunwaveCredentials,
            "sunwave_email"
            | "api_id"
            | "api_secret"
            | "realm_id",
        >

    Credential fields the user enters before picking a location (no location_id / location_ids).