You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_user.dart
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,9 @@ abstract class UserPlatform extends PlatformInterface {
139
139
/// Returns a [IdTokenResult] containing the users JSON Web Token (JWT) and
140
140
/// other metadata.
141
141
///
142
+
/// Returns the current token if it has not expired. Otherwise, this will
143
+
/// refresh the token and return a new one.
144
+
///
142
145
/// If [forceRefresh] is `true`, the token returned will be refresh regardless
0 commit comments