serverAuthCode property

  1. @Deprecated('Use the `GoogleSignInAccount.serverAuthCode` property instead')
String? serverAuthCode

Server auth code used to access Google Login

Implementation

@Deprecated('Use the `GoogleSignInAccount.serverAuthCode` property instead')
String? get serverAuthCode => _data.serverAuthCode;