Cookie-only view over a cookie-backed Session.
Session
New applications should use session.grant and GrantSession.
session.grant
GrantSession
Use GrantSession instead.
Export session metadata for legacy cookie restore.
The returned string contains no secrets; the browser cookie jar must still hold the HTTP-only cookie.
Use GrantSession.exportLocalSecret() instead.
GrantSession.exportLocalSecret()
Export the cookie secret needed to restore this cookie session.
This is available when the SDK captured the cookie secret, such as in Node.js. Browser sessions cannot read HTTP-only Set-Cookie values.
Cookie-only view over a cookie-backed
Session.New applications should use
session.grantandGrantSession.Deprecated
Use
GrantSessioninstead.