| 12345678910111213141516171819 |
- #import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDProfileData.h"
- #import "GoogleSignIn/Sources/GIDCallbackQueue.h"
- #ifdef SWIFT_PACKAGE
- @import AppAuth;
- #else
- #import <AppAuth/AppAuth.h>
- #endif
- // The callback queue used for authentication flow.
- @interface GIDAuthFlow_TEMP : GIDCallbackQueue
- @property(nonatomic, strong, nullable) OIDAuthState *authState;
- @property(nonatomic, strong, nullable) NSError *error;
- @property(nonatomic, copy, nullable) NSString *emmSupport;
- @property(nonatomic, nullable) GIDProfileData *profileData;
- @end
|