Skip to content

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

Interface: ResolveAuthStrategyOptions

Defined in: packages/b2c-tooling-sdk/src/auth/resolve.ts:40

Options for resolving an auth strategy.

Properties

allowedMethods?

optional allowedMethods: AuthMethod[]

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

Allowed authentication methods in priority order. The first method with available credentials will be used. Defaults to all methods: ['client-credentials', 'implicit', 'basic', 'api-key']

All rights reserved.