UNPKG

@5minds/processcube_app_sdk

Version:
7 lines (6 loc) 251 B
import type { DataModels } from '@5minds/processcube_engine_sdk'; /** * * @returns The users {@link DataModels.Iam.Identity} which can be used to access the 5Minds Engine. */ export declare function getIdentity(): Promise<DataModels.Iam.Identity>;