Function: createOAuth2Strategy()
createOAuth2Strategy(
comp,svc,config):OAuth2Strategy
Defined in: src/common/web/integration/authorization/strategies/oauth2/OAuth2Strategy.ts:72
Creates a new OAuth2 strategy instance, automatically configuring it.
Parameters
comp
The main component.
svc
The service to use for message sending.
config
Record<string, any>
The strategy configuration.
Returns
- The newly created strategy.