Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / config / CreateOAuthOptions

Interface: CreateOAuthOptions

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:324

Options for creating OAuth auth strategy.

Properties

allowedMethods?

optional allowedMethods: AuthMethod[]

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:326

Allowed OAuth methods (default: ['client-credentials', 'implicit'])


scopes?

optional scopes: string[]

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:328

Additional OAuth scopes to request beyond those in config

Released under the Apache-2.0 License.