idToken property

String? get idToken

Get the current user's ID token for API calls

Implementation

String? get idToken => currentUser?.idToken;