token property
String?
get
token
Gets the user's authentication token (if available).
Implementation
String? get token => attribute<String>('auth_token');
Gets the user's authentication token (if available).
String? get token => attribute<String>('auth_token');