Skip to main content

AuthProviderSessionOptions

interface

Narrows a session lookup to one account when the user has several signed in.

interface AuthProviderSessionOptions

Import

import { AuthProviderSessionOptions } from '@modular/sdk';

Members1

accountoptional
AuthenticationAccount

Only sessions belonging to this account. Any account when omitted.

Notes

category
Authoring