Skip to content

Home > @esengine/ecs-framework-monorepo > ServerRpcOptions > allowedCallers

ServerRpcOptions.allowedCallers property

允许的调用者类型

Signature:

typescript
allowedCallers?: 'all' | 'authenticated' | 'admin';

基于 MIT 许可证发布