pub async fn create_bos_session(
infra: &InfraContext<'_>,
token: &str,
bos_session: BosSession,
) -> Result<BosSession, Error>Expand description
Create a BOS session via the backend.
pub async fn create_bos_session(
infra: &InfraContext<'_>,
token: &str,
bos_session: BosSession,
) -> Result<BosSession, Error>Create a BOS session via the backend.