authenticated property

AuthenticationInfo? get authenticated

The authentication information for the session. This will be null if the session is not authenticated.

Implementation

AuthenticationInfo? get authenticated => _authenticated;