sessionId property

SessionId? get sessionId

Returns the currently authenticated SessionId, if any.

Implementation

SessionId? get sessionId => _authService.credentials.value?.session.id;