sessionId property
A session ID that can be verified against in SignInWithIdp to prevent session fixation attacks.
If absent, a random string will be generated and returned as the session ID.
Implementation
core.String? sessionId;
A session ID that can be verified against in SignInWithIdp to prevent session fixation attacks.
If absent, a random string will be generated and returned as the session ID.
core.String? sessionId;