Skip to content
View as Markdown
View as Markdown

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

Function: saveAuthSession()

saveAuthSession(session): void

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

Write a session, replacing any prior record for the same clientId.

Parameters

session

AuthSession

Returns

void

Released under the Apache-2.0 License.