sessionId property

String? sessionId
getter/setter pair

The session ID from the request, or a random string generated by CreateAuthUri if absent.

It is used to prevent session fixation attacks.

Implementation

core.String? sessionId;