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

@salesforce/b2c-tooling-sdk / auth / OAuthAuthConfig

Interface: OAuthAuthConfig

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:43

Configuration for OAuth authentication. Used for OCAPI and platform API operations.

Properties

accountManagerHost?

optional accountManagerHost: string

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:47


clientId

clientId: string

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:44


clientSecret?

optional clientSecret: string

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:45


scopes?

optional scopes: string[]

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:46

Released under the Apache-2.0 License.