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

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

Interface: OAuthConfig

Defined in: packages/b2c-tooling-sdk/src/auth/oauth.ts:14

Properties

accountManagerHost?

optional accountManagerHost: string

Defined in: packages/b2c-tooling-sdk/src/auth/oauth.ts:18


clientId

clientId: string

Defined in: packages/b2c-tooling-sdk/src/auth/oauth.ts:15


clientSecret

clientSecret: string

Defined in: packages/b2c-tooling-sdk/src/auth/oauth.ts:16


scopes?

optional scopes: string[]

Defined in: packages/b2c-tooling-sdk/src/auth/oauth.ts:17

Released under the Apache-2.0 License.