toAuthArray abstract method

Map<String, dynamic> toAuthArray()

Converts the user to an array for authentication

Returns a map of user data suitable for authentication responses

Implementation

Map<String, dynamic> toAuthArray();