Interface AuthenticationProviderSessionOptions

interface AuthenticationProviderSessionOptions {
    account?: AuthenticationSessionAccountInformation;
}

Properties

Properties

The account that is being asked about. If this is passed in, the provider should attempt to return the sessions that are only related to this account.