We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b6160 commit 8e933c2Copy full SHA for 8e933c2
GoogleSignIn/Sources/GIDAuthStateMigration/Implementation/GIDAuthStateMigration.h
GoogleSignIn/Sources/GIDSignIn.m
@@ -186,6 +186,8 @@ @implementation GIDSignIn {
186
// Flag indicating developer's intent to use App Check.
187
BOOL _configureAppCheckCalled;
188
#endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST
189
+ // Service for performing auth state migrations.
190
+ GIDAuthStateMigration *_authStateMigrationService;
191
}
192
193
#pragma mark - Public methods
0 commit comments