sessionId property

String? sessionId
getter/setter pair

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;