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

    Interface GenerateCloudTokenParams

    Parameters passed to the generateCloudToken callback by the SDK. The callback should forward these to its backend token endpoint.

    interface GenerateCloudTokenParams {
        userId: string;
    }
    Index

    Properties

    Properties

    userId: string

    The current user's email (required by the cloud-token endpoint)