Skip to content
View as Markdown
View as Markdown

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

Function: setAuthSessionBackend()

setAuthSessionBackend(backend): void

Defined in: packages/b2c-tooling-sdk/src/auth/session-store.ts:231

Register an auth-session backend. Pass null to fall back to the default file backend.

Parameters

backend

AuthSessionBackend | null

Returns

void

Released under the Apache-2.0 License.