sessionJwt property
String
get
sessionJwt
The short lived JWT that is sent with every request that requires authentication.
Implementation
String get sessionJwt => _sessionToken.jwt;
The short lived JWT that is sent with every request that requires authentication.
String get sessionJwt => _sessionToken.jwt;