Function: createAuthorizationStrategy()
createAuthorizationStrategy(
comp,svc,strategy,config):AuthorizationStrategy
Defined in: src/common/web/integration/authorization/strategies/AuthorizationStrategies.ts:36
Creates an authorization strategy using the specified identifier.
Parameters
comp
The global component.
svc
The service to use for message sending.
strategy
string
The strategy identifier.
config
Record<string, any>
The host strategy configuration as an arbitrary record.
Returns
- The newly created strategy.