sessionCookie property

String? sessionCookie
getter/setter pair

The session cookie that has been created from the Identity Platform ID token specified in the request.

It is in the form of a JSON Web Token (JWT). Always present.

Implementation

core.String? sessionCookie;