Skip to content

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

Interface: AvailableAuthMethods

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

Result of checking which auth methods are available.

Properties

available

available: AuthMethod[]

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

Methods that have all required credentials configured


unavailable

unavailable: object[]

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

Methods that are missing required credentials

method

method: AuthMethod

reason

reason: string

All rights reserved.