authorizationId property

String get authorizationId
override

Authorization Id is the field used to identify the logged in user in session data

Could be unique user id, username, email

Implementation

String get authorizationId => id;