sessionId property
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;
The session ID from the request, or a random string generated by CreateAuthUri if absent.
It is used to prevent session fixation attacks.
core.String? sessionId;