authorizationId property
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;
Authorization Id is the field used to identify the logged in user in session data
Could be unique user id, username, email
String get authorizationId => id;