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:193

Options for creating OAuth auth strategy.

Properties

allowedMethods?

optional allowedMethods: AuthMethod[]

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

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

All rights reserved.