token property

String? token

The Firebase Auth ID token JWT string.

Implementation

String? get token => _data.token;