@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias ClientSessionsGrantAccessParameters

    type ClientSessionsGrantAccessParameters = {
        client_session_id?: string;
        connect_webview_ids?: string[];
        connected_account_ids?: string[];
        user_identifier_key?: string;
        user_identity_id?: string;
        user_identity_ids?: string[];
    }
    Index
    client_session_id?: string

    ID of the client session to which you want to grant access to resources.

    connect_webview_ids?: string[]

    IDs of the Connect Webviews that you want to associate with the client session.

    connected_account_ids?: string[]

    IDs of the connected accounts that you want to associate with the client session.

    user_identifier_key?: string

    Your user ID for the user that you want to associate with the client session.

    user_identity_id?: string

    ID of the user identity that you want to associate with the client session.

    user_identity_ids?: string[]

    IDs of the user identities that you want to associate with the client session.

    Use user_identity_id.