getUserIdFromRequest
Signature
getUserIdFromRequest: (
options: {
context: SapccIntegrationContext;
props?: {
userId?: string;
};
}
) => anyParameters
| Name | Required | Type | Description |
|---|---|---|---|
options | Required | { context: SapccIntegrationContext; props?: { userId?: string; }; } |