Alokai

getUserIdFromRequest

Signature

getUserIdFromRequest: (
	options: {
  context: SapccIntegrationContext;
  props?: {
    userId?: string;
  };
}
) => any

Parameters

NameRequiredTypeDescription
optionsRequired{ context: SapccIntegrationContext; props?: { userId?: string; }; }

Referenced Types

On this page