Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / CallerIdentity

Interface: CallerIdentity

Defined in: layer4/types.ts:171

调用方身份(id + roles),供安全钩子鉴权。

Properties

id

id: string

Defined in: layer4/types.ts:172


roles

roles: string[]

Defined in: layer4/types.ts:173

MIT Licensed