toAuthArray method

  1. @override
Map<String, dynamic> toAuthArray()
override

Converts the user to an array for authentication

Returns a map of user data suitable for authentication responses

Implementation

@override
Map<String, dynamic> toAuthArray() => _data;