Skip to content
View as Markdown
View as Markdown

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

Function: findAuthSession()

findAuthSession(clientId): AuthSession | null

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

Read the session for a clientId. Returns null when none is stored.

Parameters

clientId

string

Returns

AuthSession | null

Released under the Apache-2.0 License.