The authentication bearer of this secondary DirectorySessionInterface.
The directory hash of this secondary DirectorySessionInterface.
Optional extendedauthenticationbearerThe optional extended authentication bearer of this secondary DirectorySessionInterface.
The http bearer of this secondary DirectorySessionInterface.
The SecondaryDirectorySessionInterfaceInfo interface is used to create secondary directory session of a given DirectorySessionInterface.
This is an opaque readonly object that may be streamed and read. Any modification of this object will result in undefined behavior. The SecondaryDirectorySessionInterfaceInfo is created with DirectorySessionInterface.requestNewSecondaryDirectorySession and used with DirectorySessionInterface.openSecondaryDirectorySession in replacement of DirectorySessionInterface.setTokenFromHash.
It will be necessary to call DirectorySessionInterface.setTokenValues on a regular basis to notify the secondary DirectorySessionInterface of bearer modifications (use DirectorySessionInterfaceSignal.TokenUpdated for this matter).
or asynchronously :
The primary/secondary session mechanism may be used to share the same DirectorySessionInterface across multiple tabs.