session property

String? session

This is a session identifier that the client must pass back to the homeserver, if one is provided, in subsequent attempts to authenticate in the same API call.

Implementation

String? get session => raw.tryGet<String>('session');