session property
String?
get
session
This is a session identifier that the client must pass back to the node, if one is provided, in subsequent attempts to authenticate in the same API call.
Implementation
String? get session => raw.tryGet<String>('session');