From 3d818217c3c166782d0a094069cbd0e64a5aa330 Mon Sep 17 00:00:00 2001 From: Alexandru Chircu Date: Thu, 30 Jan 2020 07:44:17 +0000 Subject: [PATCH] Temp commit; data structures are almost done, need hunting for some types (search "TODO") --- .../ApplyActionCodeAidlRequest.aidl | 3 + .../firebase_auth/ChangeEmailAidlRequest.aidl | 3 + .../ChangePasswordAidlRequest.aidl | 3 + .../CheckActionCodeAidlRequest.aidl | 3 + .../ConfirmPasswordResetAidlRequest.aidl | 3 + .../firebase_auth/CreateAuthUriResponse.aidl | 3 + ...teUserWithEmailAndPasswordAidlRequest.aidl | 3 + .../firebase_auth/DeleteAidlRequest.aidl | 3 + .../FinalizeMfaEnrollmentAidlRequest.aidl | 3 + .../FinalizeMfaSignInAidlRequest.aidl | 3 + .../GetAccessTokenAidlRequest.aidl | 3 + .../firebase_auth/GetAccountInfoResponse.aidl | 3 + .../firebase_auth/GetAccountInfoUser.aidl | 3 + .../firebase_auth/GetAccountInfoUserList.aidl | 3 + .../GetProvidersForEmailAidlRequest.aidl | 3 + .../firebase_auth/GetTokenResponse.aidl | 3 + .../LinkEmailAuthCredentialAidlRequest.aidl | 3 + .../LinkFederatedCredentialAidlRequest.aidl | 3 + .../LinkPhoneAuthCredentialAidlRequest.aidl | 3 + .../gms/internal/firebase_auth/MfaInfo.aidl | 3 + .../OnFailedIdpSignInAidlResponse.aidl | 3 + .../OnFailedMfaSignInAidlResponse.aidl | 3 + .../firebase_auth/ProviderUserInfo.aidl | 3 + .../firebase_auth/ProviderUserInfoList.aidl | 3 + .../firebase_auth/ReloadAidlRequest.aidl | 3 + .../firebase_auth/ResetPasswordResponse.aidl | 3 + ...ilVerificationWithSettingsAidlRequest.aidl | 3 + ...etOobConfirmationCodeEmailAidlRequest.aidl | 3 + .../SendVerificationCodeAidlRequest.aidl | 3 + .../SendVerificationCodeRequest.aidl | 3 + .../SetFirebaseUiVersionAidlRequest.aidl | 3 + .../SignInAnonymouslyAidlRequest.aidl | 3 + .../SignInWithCredentialAidlRequest.aidl | 3 + .../SignInWithCustomTokenAidlRequest.aidl | 3 + ...SignInWithEmailAndPasswordAidlRequest.aidl | 3 + .../SignInWithEmailLinkAidlRequest.aidl | 3 + .../SignInWithPhoneNumberAidlRequest.aidl | 3 + ...rtMfaPhoneNumberEnrollmentAidlRequest.aidl | 3 + .../StartMfaPhoneNumberSignInAidlRequest.aidl | 3 + .../internal/firebase_auth/StringList.aidl | 3 + .../firebase_auth/UnenrollMfaAidlRequest.aidl | 3 + .../UnlinkEmailCredentialAidlRequest.aidl | 3 + .../UnlinkFederatedCredentialAidlRequest.aidl | 3 + .../UpdateProfileAidlRequest.aidl | 3 + .../firebase_auth/VerifyAssertionRequest.aidl | 3 + .../VerifyBeforeUpdateEmailAidlRequest.aidl | 3 + .../VerifyCustomTokenResponse.aidl | 3 + .../firebase/auth/ActionCodeSettings.aidl | 3 + .../firebase/auth/DefaultOAuthCredential.aidl | 3 + .../firebase/auth/EmailAuthCredential.aidl | 3 + .../firebase/auth/FacebookAuthCredential.aidl | 3 + .../firebase/auth/GithubAuthCredential.aidl | 3 + .../firebase/auth/GoogleAuthCredential.aidl | 3 + .../firebase/auth/PhoneAuthCredential.aidl | 3 + .../firebase/auth/PhoneMultiFactorInfo.aidl | 3 + .../auth/PlayGamesAuthCredential.aidl | 3 + .../firebase/auth/TwitterAuthCredential.aidl | 3 + .../auth/UserProfileChangeRequest.aidl | 3 + .../internal/DefaultAdditionalUserInfo.aidl | 3 + .../auth/internal/DefaultAuthResult.aidl | 3 + .../auth/internal/DefaultAuthUserInfo.aidl | 3 + .../auth/internal/DefaultFirebaseUser.aidl | 3 + .../internal/DefaultFirebaseUserMetadata.aidl | 3 + .../internal/DefaultMultiFactorResolver.aidl | 3 + .../internal/DefaultMultiFactorSession.aidl | 3 + .../auth/internal/MultiFactorInfoList.aidl | 3 + .../ApplyActionCodeAidlRequest.java | 31 ++++++++ .../firebase_auth/ChangeEmailAidlRequest.java | 31 ++++++++ .../ChangePasswordAidlRequest.java | 31 ++++++++ .../CheckActionCodeAidlRequest.java | 31 ++++++++ .../ConfirmPasswordResetAidlRequest.java | 34 +++++++++ .../firebase_auth/CreateAuthUriResponse.java | 49 ++++++++++++ ...teUserWithEmailAndPasswordAidlRequest.java | 34 +++++++++ .../firebase_auth/DeleteAidlRequest.java | 28 +++++++ .../FinalizeMfaEnrollmentAidlRequest.java | 37 ++++++++++ .../FinalizeMfaSignInAidlRequest.java | 34 +++++++++ .../GetAccessTokenAidlRequest.java | 29 ++++++++ .../firebase_auth/GetAccountInfoResponse.java | 32 ++++++++ .../firebase_auth/GetAccountInfoUser.java | 69 +++++++++++++++++ .../firebase_auth/GetAccountInfoUserList.java | 32 ++++++++ .../GetProvidersForEmailAidlRequest.java | 32 ++++++++ .../firebase_auth/GetTokenResponse.java | 44 +++++++++++ .../LinkEmailAuthCredentialAidlRequest.java | 35 +++++++++ .../LinkFederatedCredentialAidlRequest.java | 32 ++++++++ .../LinkPhoneAuthCredentialAidlRequest.java | 34 +++++++++ .../gms/internal/firebase_auth/MfaInfo.java | 37 ++++++++++ .../OnFailedIdpSignInAidlResponse.java | 42 +++++++++++ .../OnFailedMfaSignInAidlResponse.java | 37 ++++++++++ .../firebase_auth/ProviderUserInfo.java | 50 +++++++++++++ .../firebase_auth/ProviderUserInfoList.java | 32 ++++++++ .../firebase_auth/ReloadAidlRequest.java | 29 ++++++++ .../firebase_auth/ResetPasswordResponse.java | 41 ++++++++++ ...ilVerificationWithSettingsAidlRequest.java | 34 +++++++++ ...etOobConfirmationCodeEmailAidlRequest.java | 37 ++++++++++ .../SendVerificationCodeAidlRequest.java | 31 ++++++++ .../SendVerificationCodeRequest.java | 46 ++++++++++++ .../SetFirebaseUiVersionAidlRequest.java | 29 ++++++++ .../SignInAnonymouslyAidlRequest.java | 29 ++++++++ .../SignInWithCredentialAidlRequest.java | 29 ++++++++ .../SignInWithCustomTokenAidlRequest.java | 32 ++++++++ ...SignInWithEmailAndPasswordAidlRequest.java | 35 +++++++++ .../SignInWithEmailLinkAidlRequest.java | 31 ++++++++ .../SignInWithPhoneNumberAidlRequest.java | 34 +++++++++ ...rtMfaPhoneNumberEnrollmentAidlRequest.java | 44 +++++++++++ .../StartMfaPhoneNumberSignInAidlRequest.java | 46 ++++++++++++ .../internal/firebase_auth/StringList.java | 32 ++++++++ .../firebase_auth/UnenrollMfaAidlRequest.java | 32 ++++++++ .../UnlinkEmailCredentialAidlRequest.java | 29 ++++++++ .../UnlinkFederatedCredentialAidlRequest.java | 32 ++++++++ .../UpdateProfileAidlRequest.java | 34 +++++++++ .../firebase_auth/VerifyAssertionRequest.java | 74 +++++++++++++++++++ .../VerifyBeforeUpdateEmailAidlRequest.java | 37 ++++++++++ .../VerifyCustomTokenResponse.java | 38 ++++++++++ .../firebase/auth/ActionCodeSettings.java | 55 ++++++++++++++ .../firebase/auth/DefaultOAuthCredential.java | 46 ++++++++++++ .../firebase/auth/EmailAuthCredential.java | 40 ++++++++++ .../firebase/auth/FacebookAuthCredential.java | 28 +++++++ .../firebase/auth/GithubAuthCredential.java | 28 +++++++ .../firebase/auth/GoogleAuthCredential.java | 31 ++++++++ .../firebase/auth/PhoneAuthCredential.java | 46 ++++++++++++ .../firebase/auth/PhoneMultiFactorInfo.java | 37 ++++++++++ .../auth/PlayGamesAuthCredential.java | 28 +++++++ .../firebase/auth/TwitterAuthCredential.java | 31 ++++++++ .../auth/UserProfileChangeRequest.java | 40 ++++++++++ .../internal/DefaultAdditionalUserInfo.java | 35 +++++++++ .../auth/internal/DefaultAuthResult.java | 35 +++++++++ .../auth/internal/DefaultAuthUserInfo.java | 50 +++++++++++++ .../auth/internal/DefaultFirebaseUser.java | 62 ++++++++++++++++ .../internal/DefaultFirebaseUserMetadata.java | 32 ++++++++ .../internal/DefaultMultiFactorResolver.java | 41 ++++++++++ .../internal/DefaultMultiFactorSession.java | 35 +++++++++ .../auth/internal/MultiFactorInfoList.java | 29 ++++++++ 132 files changed, 2639 insertions(+) create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetTokenResponse.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/MfaInfo.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StringList.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/ActionCodeSettings.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/DefaultOAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/EmailAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/FacebookAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/GithubAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/GoogleAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/PhoneAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/PhoneMultiFactorInfo.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/PlayGamesAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/TwitterAuthCredential.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/UserProfileChangeRequest.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthResult.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthUserInfo.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUser.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorResolver.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorSession.aidl create mode 100644 play-services-api/src/main/aidl/com/google/firebase/auth/internal/MultiFactorInfoList.aidl create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetTokenResponse.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/MfaInfo.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StringList.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.java create mode 100644 play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/ActionCodeSettings.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/DefaultOAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/EmailAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/FacebookAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/GithubAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/GoogleAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/PhoneAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/PhoneMultiFactorInfo.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/PlayGamesAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/TwitterAuthCredential.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/UserProfileChangeRequest.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthResult.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthUserInfo.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUser.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorResolver.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorSession.java create mode 100644 play-services-api/src/main/java/com/google/firebase/auth/internal/MultiFactorInfoList.java diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.aidl new file mode 100644 index 0000000..62f792d --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ApplyActionCodeAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.aidl new file mode 100644 index 0000000..67e8120 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ChangeEmailAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.aidl new file mode 100644 index 0000000..d7061b9 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ChangePasswordAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.aidl new file mode 100644 index 0000000..83ca3c9 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable CheckActionCodeAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.aidl new file mode 100644 index 0000000..283d0a4 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ConfirmPasswordResetAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.aidl new file mode 100644 index 0000000..3b2d84c --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable CreateAuthUriResponse; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.aidl new file mode 100644 index 0000000..6609bf9 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable CreateUserWithEmailAndPasswordAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.aidl new file mode 100644 index 0000000..8cbb25c --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable DeleteAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.aidl new file mode 100644 index 0000000..f2da2cc --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable FinalizeMfaEnrollmentAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.aidl new file mode 100644 index 0000000..01015d9 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable FinalizeMfaSignInAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.aidl new file mode 100644 index 0000000..37f094c --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable GetAccessTokenAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.aidl new file mode 100644 index 0000000..b4b951f --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable GetAccountInfoResponse; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.aidl new file mode 100644 index 0000000..e0e6684 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable GetAccountInfoUser; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.aidl new file mode 100644 index 0000000..37d9ba8 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable GetAccountInfoUserList; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.aidl new file mode 100644 index 0000000..9625f47 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable GetProvidersForEmailAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetTokenResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetTokenResponse.aidl new file mode 100644 index 0000000..5bf2ef2 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/GetTokenResponse.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable GetTokenResponse; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.aidl new file mode 100644 index 0000000..599e57f --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable LinkEmailAuthCredentialAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.aidl new file mode 100644 index 0000000..aa8e993 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable LinkFederatedCredentialAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.aidl new file mode 100644 index 0000000..8e1ac10 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable LinkPhoneAuthCredentialAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/MfaInfo.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/MfaInfo.aidl new file mode 100644 index 0000000..3feabb9 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/MfaInfo.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable MfaInfo; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.aidl new file mode 100644 index 0000000..c8c7819 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable OnFailedIdpSignInAidlResponse; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.aidl new file mode 100644 index 0000000..83b1490 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable OnFailedMfaSignInAidlResponse; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.aidl new file mode 100644 index 0000000..8e7fb82 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ProviderUserInfo; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.aidl new file mode 100644 index 0000000..8bfccd7 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ProviderUserInfoList; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.aidl new file mode 100644 index 0000000..59b5166 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ReloadAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.aidl new file mode 100644 index 0000000..7088ed3 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable ResetPasswordResponse; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.aidl new file mode 100644 index 0000000..15c3b9d --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SendEmailVerificationWithSettingsAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.aidl new file mode 100644 index 0000000..1312f43 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SendGetOobConfirmationCodeEmailAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.aidl new file mode 100644 index 0000000..e2c2086 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SendVerificationCodeAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.aidl new file mode 100644 index 0000000..b694a7e --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SendVerificationCodeRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.aidl new file mode 100644 index 0000000..18d56bd --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SetFirebaseUiVersionAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.aidl new file mode 100644 index 0000000..f8a1f94 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SignInAnonymouslyAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.aidl new file mode 100644 index 0000000..b93a5de --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SignInWithCredentialAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.aidl new file mode 100644 index 0000000..78811ad --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SignInWithCustomTokenAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.aidl new file mode 100644 index 0000000..ba3e505 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SignInWithEmailAndPasswordAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.aidl new file mode 100644 index 0000000..bd9e2ad --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SignInWithEmailLinkAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.aidl new file mode 100644 index 0000000..9b4ae2d --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable SignInWithPhoneNumberAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.aidl new file mode 100644 index 0000000..de7d96b --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable StartMfaPhoneNumberEnrollmentAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.aidl new file mode 100644 index 0000000..2f8ecb3 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable StartMfaPhoneNumberSignInAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StringList.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StringList.aidl new file mode 100644 index 0000000..c3b0534 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/StringList.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable StringList; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.aidl new file mode 100644 index 0000000..0383001 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable UnenrollMfaAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.aidl new file mode 100644 index 0000000..ae8fb43 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable UnlinkEmailCredentialAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.aidl new file mode 100644 index 0000000..7600b0b --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable UnlinkFederatedCredentialAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.aidl new file mode 100644 index 0000000..39d7d98 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable UpdateProfileAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.aidl new file mode 100644 index 0000000..397a954 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable VerifyAssertionRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.aidl new file mode 100644 index 0000000..4694e3e --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable VerifyBeforeUpdateEmailAidlRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.aidl new file mode 100644 index 0000000..0f2ac6e --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.aidl @@ -0,0 +1,3 @@ +package com.google.android.gms.internal.firebase_auth; + +parcelable VerifyCustomTokenResponse; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/ActionCodeSettings.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/ActionCodeSettings.aidl new file mode 100644 index 0000000..bebffd5 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/ActionCodeSettings.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable ActionCodeSettings; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/DefaultOAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/DefaultOAuthCredential.aidl new file mode 100644 index 0000000..9905b62 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/DefaultOAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable DefaultOAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/EmailAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/EmailAuthCredential.aidl new file mode 100644 index 0000000..669b234 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/EmailAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable EmailAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/FacebookAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/FacebookAuthCredential.aidl new file mode 100644 index 0000000..f99d51e --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/FacebookAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable FacebookAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/GithubAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/GithubAuthCredential.aidl new file mode 100644 index 0000000..b7b100f --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/GithubAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable GithubAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/GoogleAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/GoogleAuthCredential.aidl new file mode 100644 index 0000000..2b5563a --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/GoogleAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable GoogleAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/PhoneAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/PhoneAuthCredential.aidl new file mode 100644 index 0000000..83e2751 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/PhoneAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable PhoneAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/PhoneMultiFactorInfo.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/PhoneMultiFactorInfo.aidl new file mode 100644 index 0000000..f4f481a --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/PhoneMultiFactorInfo.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable PhoneMultiFactorInfo; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/PlayGamesAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/PlayGamesAuthCredential.aidl new file mode 100644 index 0000000..fc71f08 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/PlayGamesAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable PlayGamesAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/TwitterAuthCredential.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/TwitterAuthCredential.aidl new file mode 100644 index 0000000..04765e6 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/TwitterAuthCredential.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable TwitterAuthCredential; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/UserProfileChangeRequest.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/UserProfileChangeRequest.aidl new file mode 100644 index 0000000..69a341a --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/UserProfileChangeRequest.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth; + +parcelable UserProfileChangeRequest; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.aidl new file mode 100644 index 0000000..36d4ae2 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable DefaultAdditionalUserInfo; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthResult.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthResult.aidl new file mode 100644 index 0000000..6f217ff --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthResult.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable DefaultAuthResult; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthUserInfo.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthUserInfo.aidl new file mode 100644 index 0000000..4d3e495 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultAuthUserInfo.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable DefaultAuthUserInfo; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUser.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUser.aidl new file mode 100644 index 0000000..5707dd7 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUser.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable DefaultFirebaseUser; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.aidl new file mode 100644 index 0000000..73fa793 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable DefaultFirebaseUserMetadata; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorResolver.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorResolver.aidl new file mode 100644 index 0000000..a49a99d --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorResolver.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable DefaultMultiFactorResolver; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorSession.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorSession.aidl new file mode 100644 index 0000000..41ba7e5 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/DefaultMultiFactorSession.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable DefaultMultiFactorSession; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/firebase/auth/internal/MultiFactorInfoList.aidl b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/MultiFactorInfoList.aidl new file mode 100644 index 0000000..0c918a8 --- /dev/null +++ b/play-services-api/src/main/aidl/com/google/firebase/auth/internal/MultiFactorInfoList.aidl @@ -0,0 +1,3 @@ +package com.google.firebase.auth.internal; + +parcelable MultiFactorInfoList; \ No newline at end of file diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.java new file mode 100644 index 0000000..db5c342 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ApplyActionCodeAidlRequest.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class ApplyActionCodeAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String code; + + @SafeParceled(2) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(ApplyActionCodeAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.java new file mode 100644 index 0000000..a751b2c --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangeEmailAidlRequest.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class ChangeEmailAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedState; + + @SafeParceled(2) + private String email; + + public static Creator CREATOR = new AutoCreator(ChangeEmailAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.java new file mode 100644 index 0000000..b102840 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ChangePasswordAidlRequest.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class ChangePasswordAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedState; + + @SafeParceled(2) + private String password; + + public static Creator CREATOR = new AutoCreator(ChangePasswordAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.java new file mode 100644 index 0000000..cd3bdd8 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CheckActionCodeAidlRequest.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class CheckActionCodeAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String code; + + @SafeParceled(2) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(CheckActionCodeAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.java new file mode 100644 index 0000000..3cc2fc8 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ConfirmPasswordResetAidlRequest.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class ConfirmPasswordResetAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String code; + + @SafeParceled(2) + private String newPassword; + + @SafeParceled(3) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(ConfirmPasswordResetAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.java new file mode 100644 index 0000000..46fdf2b --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateAuthUriResponse.java @@ -0,0 +1,49 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.ActionCodeSettings; + + +public class CreateAuthUriResponse extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private String authUri; + + @SafeParceled(3) + private boolean isRegistered; + + @SafeParceled(4) + private String providerId; + + @SafeParceled(5) + private boolean isForExistingProvider; + + @SafeParceled(6) + private boolean stringList; // TODO What type is it? com.google.android.gms.internal.firebase_auth.zzem.java + + @SafeParceled(7) + private List signInMethods; + + public static Creator CREATOR = new AutoCreator(CreateAuthUriResponse.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.java new file mode 100644 index 0000000..c6e8b6e --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/CreateUserWithEmailAndPasswordAidlRequest.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class CreateUserWithEmailAndPasswordAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String email; + + @SafeParceled(2) + private String password; + + @SafeParceled(3) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(CreateUserWithEmailAndPasswordAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.java new file mode 100644 index 0000000..fd9e54e --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/DeleteAidlRequest.java @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class DeleteAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedState; + + public static Creator CREATOR = new AutoCreator(DeleteAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.java new file mode 100644 index 0000000..e032cb5 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaEnrollmentAidlRequest.java @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.PhoneAuthCredential; + + +public class FinalizeMfaEnrollmentAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private PhoneAuthCredential phoneAuthCredential; + + @SafeParceled(2) + private String cachedTokenState; + + @SafeParceled(3) + private String displayName; + + public static Creator CREATOR = new AutoCreator(FinalizeMfaEnrollmentAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.java new file mode 100644 index 0000000..7f57935 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/FinalizeMfaSignInAidlRequest.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.PhoneAuthCredential; + + +public class FinalizeMfaSignInAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private PhoneAuthCredential phoneAuthCredential; + + @SafeParceled(2) + private String pendingCredential; + + public static Creator CREATOR = new AutoCreator(FinalizeMfaSignInAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.java new file mode 100644 index 0000000..f6f5f40 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccessTokenAidlRequest.java @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class GetAccessTokenAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String refreshToken; + + public static Creator CREATOR = new AutoCreator(GetAccessTokenAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.java new file mode 100644 index 0000000..1453597 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoResponse.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class GetAccountInfoResponse extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private boolean userList; // TODO What kind of list is it? zzeu com.google.android.gms.internal.firebase_auth + + public static Creator CREATOR = new AutoCreator(GetAccountInfoResponse.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.java new file mode 100644 index 0000000..c7d7bc3 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUser.java @@ -0,0 +1,69 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class GetAccountInfoUser extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private String localId; + + @SafeParceled(3) + private String email; + + @SafeParceled(4) + private boolean isEmailVerified; + + @SafeParceled(5) + private String displayName; + + @SafeParceled(6) + private String photoUrl; + + @SafeParceled(7) + private boolean providerInfoList; // TODO What is it? zzew.java com.google.android.gms.internal.firebase_auth + + @SafeParceled(8) + private String password; + + @SafeParceled(9) + private String phoneNumber; + + @SafeParceled(10) + private long creationTimestamp; + + @SafeParceled(11) + private long lastSignInTimestamp; + + @SafeParceled(12) + private boolean isNewUser; + + @SafeParceled(13) + private boolean defaultOAuthCredential; // TODO What is it? zzew.java com.google.android.gms.internal.firebase_auth + + @SafeParceled(14) + private boolean mfaInfoList; // TODO What kind of list is it? + + + public static Creator CREATOR = new AutoCreator(GetAccountInfoUser.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.java new file mode 100644 index 0000000..64977ba --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetAccountInfoUserList.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class GetAccountInfoUserList extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private boolean users; // TODO What kind of list is it? zzey.java com.google.android.gms.internal.firebase_auth + + public static Creator CREATOR = new AutoCreator(GetAccountInfoUserList.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.java new file mode 100644 index 0000000..25c374f --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetProvidersForEmailAidlRequest.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class GetProvidersForEmailAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String email; + + @SafeParceled(2) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(GetProvidersForEmailAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetTokenResponse.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetTokenResponse.java new file mode 100644 index 0000000..9d0ae2b --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/GetTokenResponse.java @@ -0,0 +1,44 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class GetTokenResponse extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private String refreshToken; + + @SafeParceled(3) + private String accessToken; + + @SafeParceled(4) + private Long expiresIn; + + @SafeParceled(5) + private String tokenType; + + @SafeParceled(6) + private Long issuedAt; + + public static Creator CREATOR = new AutoCreator(GetTokenResponse.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.java new file mode 100644 index 0000000..0d5a448 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkEmailAuthCredentialAidlRequest.java @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class LinkEmailAuthCredentialAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String email; + + @SafeParceled(2) + private String password; + + @SafeParceled(3) + private String cachedState; + + public static Creator CREATOR = new AutoCreator(LinkEmailAuthCredentialAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.java new file mode 100644 index 0000000..666e377 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkFederatedCredentialAidlRequest.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class LinkFederatedCredentialAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedState; + + @SafeParceled(2) + private boolean verifyAssertionRequest; // TODO zzfy com.google.android.gms.internal.firebase_auth + + public static Creator CREATOR = new AutoCreator(LinkFederatedCredentialAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.java new file mode 100644 index 0000000..96e6829 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/LinkPhoneAuthCredentialAidlRequest.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.PhoneAuthCredential; + + +public class LinkPhoneAuthCredentialAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedState; + + @SafeParceled(2) + private PhoneAuthCredential credential; + + public static Creator CREATOR = new AutoCreator(LinkPhoneAuthCredentialAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/MfaInfo.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/MfaInfo.java new file mode 100644 index 0000000..2a2c6a3 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/MfaInfo.java @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class MfaInfo extends AutoSafeParcelable { + @SafeParceled(1) + private String phoneInfo; + + @SafeParceled(2) + private String mfaEnrollmentId; + + @SafeParceled(3) + private String displayName; + + @SafeParceled(4) + private long enrolledAtTimestampInSeconds; + + public static Creator CREATOR = new AutoCreator(MfaInfo.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.java new file mode 100644 index 0000000..2047c7a --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedIdpSignInAidlResponse.java @@ -0,0 +1,42 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.android.gms.common.api.Status; + +import com.google.firebase.auth.DefaultOAuthCredential; + + +public class OnFailedIdpSignInAidlResponse extends AutoSafeParcelable { + @SafeParceled(1) + private Status status; + + @SafeParceled(2) + private DefaultOAuthCredential defaultOAuthCredential; + + @SafeParceled(3) + private String email; + + @SafeParceled(4) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(OnFailedIdpSignInAidlResponse.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.java new file mode 100644 index 0000000..d2a7a8d --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/OnFailedMfaSignInAidlResponse.java @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.DefaultOAuthCredential; + + +public class OnFailedMfaSignInAidlResponse extends AutoSafeParcelable { + @SafeParceled(1) + private String mfaPendingCredential; + + @SafeParceled(2) + private List mfaInfoList; // TODO What does it hold? com.google.android.gms.internal.firebase_auth.zzej.java + + @SafeParceled(3) + private DefaultOAuthCredential defaultOAuthCredential; + + public static Creator CREATOR = new AutoCreator(OnFailedMfaSignInAidlResponse.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.java new file mode 100644 index 0000000..4fa8774 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfo.java @@ -0,0 +1,50 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class ProviderUserInfo extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private String federatedId; + + @SafeParceled(3) + private String displayName; + + @SafeParceled(4) + private String photoUrl; + + @SafeParceled(5) + private String providerId; + + @SafeParceled(6) + private String rawUserInfo; + + @SafeParceled(7) + private String phoneNumber; + + @SafeParceled(8) + private String email; + + public static Creator CREATOR = new AutoCreator(ProviderUserInfo.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.java new file mode 100644 index 0000000..3a72e47 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ProviderUserInfoList.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class ProviderUserInfoList extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private boolean providerUserInfos; // TODO What kind of list is it? zzfl.java com.google.android.gms.internal.firebase_auth + + public static Creator CREATOR = new AutoCreator(ProviderUserInfoList.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.java new file mode 100644 index 0000000..0442a60 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ReloadAidlRequest.java @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class ReloadAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedState; + + public static Creator CREATOR = new AutoCreator(ReloadAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.java new file mode 100644 index 0000000..24b5268 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/ResetPasswordResponse.java @@ -0,0 +1,41 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class ResetPasswordResponse extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private String email; + + @SafeParceled(3) + private String newEmail; + + @SafeParceled(4) + private String requestType; + + @SafeParceled(5) + private boolean mfaInfo; // TODO What type is it? zzfm.java + + public static Creator CREATOR = new AutoCreator(ResetPasswordResponse.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.java new file mode 100644 index 0000000..6d1f199 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendEmailVerificationWithSettingsAidlRequest.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.ActionCodeSettings; + + +public class SendEmailVerificationWithSettingsAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String token; + + @SafeParceled(2) + private ActionCodeSettings actionCodeSettings; + + public static Creator CREATOR = new AutoCreator(SendEmailVerificationWithSettingsAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.java new file mode 100644 index 0000000..e9a10d9 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendGetOobConfirmationCodeEmailAidlRequest.java @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.ActionCodeSettings; + + +public class SendGetOobConfirmationCodeEmailAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String email; + + @SafeParceled(2) + private ActionCodeSettings actionCodeSettings; + + @SafeParceled(3) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(SendGetOobConfirmationCodeEmailAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.java new file mode 100644 index 0000000..609bb50 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeAidlRequest.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +//TODO import com.google.android.gms.internal.firebase_auth.zzfr + + +public class SendVerificationCodeAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private boolean sendVerificationCodeRequest; // TODO zzfr: com.google.android.gms.internal.firebase_auth + + public static Creator CREATOR = new AutoCreator(SendVerificationCodeAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.java new file mode 100644 index 0000000..d39170e --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SendVerificationCodeRequest.java @@ -0,0 +1,46 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +//TODO import com.google.android.gms.internal.firebase_auth.zzfr + + +public class SendVerificationCodeRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String phoneNumber; + + @SafeParceled(2) + private long timeoutInSeconds; + + @SafeParceled(3) + private boolean forceNewSmsVerificationSession; + + @SafeParceled(4) + private String languageHeader; + + @SafeParceled(5) + private String tenantId; + + @SafeParceled(6) + private String recaptchaToken; + + public static Creator CREATOR = new AutoCreator(SendVerificationCodeRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.java new file mode 100644 index 0000000..a102aa5 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SetFirebaseUiVersionAidlRequest.java @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class SetFirebaseUiVersionAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String firebaseUiVersion; + + public static Creator CREATOR = new AutoCreator(SetFirebaseUiVersionAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.java new file mode 100644 index 0000000..f0ffb66 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInAnonymouslyAidlRequest.java @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class SignInAnonymouslyAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(SignInAnonymouslyAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.java new file mode 100644 index 0000000..4b9bf4b --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCredentialAidlRequest.java @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class SignInWithCredentialAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private boolean verifyAssertionRequest; // TODO zzfy com.google.android.gms.internal.firebase_auth + + public static Creator CREATOR = new AutoCreator(SignInWithCredentialAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.java new file mode 100644 index 0000000..06c5642 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithCustomTokenAidlRequest.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class SignInWithCustomTokenAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String token; + + @SafeParceled(2) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(SignInWithCustomTokenAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.java new file mode 100644 index 0000000..7bd9267 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailAndPasswordAidlRequest.java @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class SignInWithEmailAndPasswordAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String email; + + @SafeParceled(2) + private String password; + + @SafeParceled(3) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(SignInWithEmailAndPasswordAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.java new file mode 100644 index 0000000..315c2e1 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithEmailLinkAidlRequest.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.EmailAuthCredential; + + +public class SignInWithEmailLinkAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private EmailAuthCredential credential; + + public static Creator CREATOR = new AutoCreator(SignInWithEmailLinkAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.java new file mode 100644 index 0000000..f1a1ecf --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/SignInWithPhoneNumberAidlRequest.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.PhoneAuthCredential; + + +public class SignInWithPhoneNumberAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private PhoneAuthCredential credential; + + @SafeParceled(2) + private String tenantId; + + public static Creator CREATOR = new AutoCreator(SignInWithPhoneNumberAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.java new file mode 100644 index 0000000..44b0922 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberEnrollmentAidlRequest.java @@ -0,0 +1,44 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class StartMfaPhoneNumberEnrollmentAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String idToken; + + @SafeParceled(2) + private String phoneNumber; + + @SafeParceled(3) + private String localeHeader; + + @SafeParceled(4) + private long timeoutInSeconds; + + @SafeParceled(5) + private boolean forceNewSmsVerificationSession; + + @SafeParceled(6) + private boolean requireSmsVerification; + + public static Creator CREATOR = new AutoCreator(StartMfaPhoneNumberEnrollmentAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.java new file mode 100644 index 0000000..5b56f0f --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StartMfaPhoneNumberSignInAidlRequest.java @@ -0,0 +1,46 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.PhoneMultiFactorInfo; + + +public class StartMfaPhoneNumberSignInAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private PhoneMultiFactorInfo phoneMultiFactorInfo; + + @SafeParceled(2) + private String pendingCredential; + + @SafeParceled(3) + private String localeHeader; + + @SafeParceled(4) + private long timeoutInSeconds; + + @SafeParceled(5) + private boolean forceNewSmsVerificationSession; + + @SafeParceled(6) + private boolean requireSmsVerification; + + public static Creator CREATOR = new AutoCreator(StartMfaPhoneNumberSignInAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StringList.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StringList.java new file mode 100644 index 0000000..955a3be --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/StringList.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class StringList extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private List values; + + public static Creator CREATOR = new AutoCreator(StringList.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.java new file mode 100644 index 0000000..2f7f472 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnenrollMfaAidlRequest.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class UnenrollMfaAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedTokenState; + + @SafeParceled(2) + private String uid; + + public static Creator CREATOR = new AutoCreator(UnenrollMfaAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.java new file mode 100644 index 0000000..19ff3b9 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkEmailCredentialAidlRequest.java @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class UnlinkEmailCredentialAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String cachedState; + + public static Creator CREATOR = new AutoCreator(UnlinkEmailCredentialAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.java new file mode 100644 index 0000000..3425152 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UnlinkFederatedCredentialAidlRequest.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class UnlinkFederatedCredentialAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String provider; + + @SafeParceled(2) + private String cachedState; + + public static Creator CREATOR = new AutoCreator(UnlinkFederatedCredentialAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.java new file mode 100644 index 0000000..5c8083f --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/UpdateProfileAidlRequest.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.UserProfileChangeRequest; + + +public class UpdateProfileAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private UserProfileChangeRequest userProfileChangeRequest; + + @SafeParceled(2) + private String cachedState; + + public static Creator CREATOR = new AutoCreator(UpdateProfileAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.java new file mode 100644 index 0000000..ee7f9f3 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyAssertionRequest.java @@ -0,0 +1,74 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class VerifyAssertionRequest extends AutoSafeParcelable { + @SafeParceled(2) + private String requestUri; + + @SafeParceled(3) + private String currentIdToken; + + @SafeParceled(4) + private String idToken; + + @SafeParceled(5) + private String accessToken; + + @SafeParceled(6) + private String providerId; + + @SafeParceled(7) + private String email; + + @SafeParceled(8) + private String postBody; + + @SafeParceled(9) + private String oauthTokenSecret; + + @SafeParceled(10) + private boolean returnSecureToken; + + @SafeParceled(11) + private boolean autoCreate; + + @SafeParceled(12) + private String authCode; + + @SafeParceled(13) + private String sessionId; + + @SafeParceled(14) + private String idpResponseUrl; + + @SafeParceled(15) + private String tenantId; + + @SafeParceled(16) + private boolean returnIdpCredential; + + @SafeParceled(17) + private String pendingToken; + + public static Creator CREATOR = new AutoCreator(VerifyAssertionRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.java new file mode 100644 index 0000000..6d5f585 --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyBeforeUpdateEmailAidlRequest.java @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +import com.google.firebase.auth.ActionCodeSettings; + + +public class VerifyBeforeUpdateEmailAidlRequest extends AutoSafeParcelable { + @SafeParceled(1) + private String idToken; + + @SafeParceled(2) + private String newEmail; + + @SafeParceled(3) + private ActionCodeSettings actionCodeSettings; + + public static Creator CREATOR = new AutoCreator(VerifyBeforeUpdateEmailAidlRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.java b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.java new file mode 100644 index 0000000..270ac5e --- /dev/null +++ b/play-services-api/src/main/java/com/google/android/gms/internal/firebase_auth/VerifyCustomTokenResponse.java @@ -0,0 +1,38 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.android.gms.internal.firebase_auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class VerifyCustomTokenResponse extends AutoSafeParcelable { + @SafeParceled(2) + private String idToken; + + @SafeParceled(3) + private String refreshToken; + + @SafeParceled(4) + private long expiresIn; + + @SafeParceled(5) + private boolean isNewUser; + + public static Creator CREATOR = new AutoCreator(VerifyCustomTokenResponse.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/ActionCodeSettings.java b/play-services-api/src/main/java/com/google/firebase/auth/ActionCodeSettings.java new file mode 100644 index 0000000..9ff07f6 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/ActionCodeSettings.java @@ -0,0 +1,55 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class ActionCodeSettings extends AutoSafeParcelable { + @SafeParceled(1) + private String url; + + @SafeParceled(2) + private String iOSBundle; + + @SafeParceled(3) + private String iOSAppStoreId; + + @SafeParceled(4) + private String androidPackageName; + + @SafeParceled(5) + private boolean androidInstallApp; + + @SafeParceled(6) + private String androidMinimumVersiion; + + @SafeParceled(7) + private boolean canHandleCodeInApp; + + @SafeParceled(8) + private String localeHeader; + + @SafeParceled(9) + private int requestType; + + @SafeParceled(10) + private String dynamicLinkDomain; + + public static Creator CREATOR = new AutoCreator(ActionCodeSettings.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/DefaultOAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/DefaultOAuthCredential.java new file mode 100644 index 0000000..ec7db6a --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/DefaultOAuthCredential.java @@ -0,0 +1,46 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class DefaultOAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String provider; + + @SafeParceled(2) + private String idToken; + + @SafeParceled(3) + private String accessToken; + + @SafeParceled(4) + private boolean webSignInCredential; // TODO VerifyAssertionRequest - /firebase-auth-19.2.0/com/google/android/gms/internal/firebase_auth/zzfy.java + + @SafeParceled(5) + private String pendingToken; + + @SafeParceled(6) + private String secret; + + @SafeParceled(7) + private String rawNonce; + + public static Creator CREATOR = new AutoCreator(DefaultOAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/EmailAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/EmailAuthCredential.java new file mode 100644 index 0000000..a2d1fee --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/EmailAuthCredential.java @@ -0,0 +1,40 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class EmailAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String email; + + @SafeParceled(2) + private String password; + + @SafeParceled(3) + private String signInLink; + + @SafeParceled(4) + private String cachedState; + + @SafeParceled(5) + private boolean isForLinking; + + public static Creator CREATOR = new AutoCreator(EmailAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/FacebookAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/FacebookAuthCredential.java new file mode 100644 index 0000000..8a53b4c --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/FacebookAuthCredential.java @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class FacebookAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String accessToken; + + public static Creator CREATOR = new AutoCreator(FacebookAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/GithubAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/GithubAuthCredential.java new file mode 100644 index 0000000..d3a64b0 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/GithubAuthCredential.java @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class GithubAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String token; + + public static Creator CREATOR = new AutoCreator(GithubAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/GoogleAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/GoogleAuthCredential.java new file mode 100644 index 0000000..6d2fe7e --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/GoogleAuthCredential.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class GoogleAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String idToken; + + @SafeParceled(2) + private String accessToken; + + public static Creator CREATOR = new AutoCreator(GoogleAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/PhoneAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/PhoneAuthCredential.java new file mode 100644 index 0000000..374071a --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/PhoneAuthCredential.java @@ -0,0 +1,46 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class PhoneAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String sessionInfo; + + @SafeParceled(2) + private String smsCode; + + @SafeParceled(3) + private boolean hasVerificationProof; + + @SafeParceled(4) + private String phoneNumber; + + @SafeParceled(5) + private boolean autoCreate; + + @SafeParceled(6) + private String temporaryProof; + + @SafeParceled(7) + private String mfaEnrollmentId; + + public static Creator CREATOR = new AutoCreator(PhoneAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/PhoneMultiFactorInfo.java b/play-services-api/src/main/java/com/google/firebase/auth/PhoneMultiFactorInfo.java new file mode 100644 index 0000000..8bdedb7 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/PhoneMultiFactorInfo.java @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class PhoneMultiFactorInfo extends AutoSafeParcelable { + @SafeParceled(1) + private String uid; + + @SafeParceled(2) + private String displayName; + + @SafeParceled(3) + private String enrollmentTimestamp; + + @SafeParceled(4) + private String phoneNumber; + + public static Creator CREATOR = new AutoCreator(PhoneMultiFactorInfo.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/PlayGamesAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/PlayGamesAuthCredential.java new file mode 100644 index 0000000..9ad9adb --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/PlayGamesAuthCredential.java @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class PlayGamesAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String serverAuthCode; + + public static Creator CREATOR = new AutoCreator(PlayGamesAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/TwitterAuthCredential.java b/play-services-api/src/main/java/com/google/firebase/auth/TwitterAuthCredential.java new file mode 100644 index 0000000..d2d811d --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/TwitterAuthCredential.java @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class TwitterAuthCredential extends AutoSafeParcelable { + @SafeParceled(1) + private String token; + + @SafeParceled(2) + private String secret; + + public static Creator CREATOR = new AutoCreator(TwitterAuthCredential.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/UserProfileChangeRequest.java b/play-services-api/src/main/java/com/google/firebase/auth/UserProfileChangeRequest.java new file mode 100644 index 0000000..039f795 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/UserProfileChangeRequest.java @@ -0,0 +1,40 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + +public class UserProfileChangeRequest extends AutoSafeParcelable { + @SafeParceled(1) + private int versionCode = 1; + + @SafeParceled(2) + private String displayName; + + @SafeParceled(3) + private String photoUrl; + + @SafeParceled(4) + private boolean shouldRemoveDisplayName; + + @SafeParceled(5) + private boolean shouldRemovePhotoUri; + + public static Creator CREATOR = new AutoCreator(UserProfileChangeRequest.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.java new file mode 100644 index 0000000..f289368 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAdditionalUserInfo.java @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class DefaultAdditionalUserInfo extends AutoSafeParcelable { + @SafeParceled(1) + private String providerId; + + @SafeParceled(2) + private String rawUserInfo; + + @SafeParceled(3) + private boolean isNewUser; + + public static Creator CREATOR = new AutoCreator(DefaultAdditionalUserInfo.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthResult.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthResult.java new file mode 100644 index 0000000..7b52bc1 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthResult.java @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class DefaultAuthResult extends AutoSafeParcelable { + @SafeParceled(1) + private boolean user; // TODO What type is `user` ? zzh.java + + @SafeParceled(2) + private boolean additionalUserInfo; // TODO What type is `additionalUserInfo`? + + @SafeParceled(3) + private boolean oAuthCredential; // TODO What type is `oAuthCredential`? + + public static Creator CREATOR = new AutoCreator(DefaultAuthResult.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthUserInfo.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthUserInfo.java new file mode 100644 index 0000000..bd77307 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultAuthUserInfo.java @@ -0,0 +1,50 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class DefaultAuthUserInfo extends AutoSafeParcelable { + @SafeParceled(1) + private String uid; + + @SafeParceled(2) + private String providerId; + + @SafeParceled(3) + private String displayName; + + @SafeParceled(4) + private String photoUrlString; + + @SafeParceled(5) + private String email; + + @SafeParceled(6) + private String phoneNumber; + + @SafeParceled(7) + private boolean isEmailVerified; + + @SafeParceled(8) + private String rawUserInfo; + + public static Creator CREATOR = new AutoCreator(DefaultAuthUserInfo.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUser.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUser.java new file mode 100644 index 0000000..0607fa1 --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUser.java @@ -0,0 +1,62 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class DefaultFirebaseUser extends AutoSafeParcelable { + @SafeParceled(1) + private boolean cachedTokenState; // TODO What type is it? zzn.java + + @SafeParceled(2) + private boolean defaultAuthUserInfo; // TODO What type is it? + + @SafeParceled(3) + private String firebaseAppName; + + @SafeParceled(4) + private String userType; + + @SafeParceled(5) + private boolean userInfos; // TODO What kind of list is it? + + @SafeParceled(6) + private boolean providers; // TODO What kind of list is it? + + @SafeParceled(7) + private String currentVersion; + + @SafeParceled(8) + private Boolean isAnonymous; + + @SafeParceled(9) + private boolean metadata; // TODO What type is it? + + @SafeParceled(10) + private boolean isNewUser; + + @SafeParceled(11) + private boolean defaultOAuthCredential; // TODO What type is it? + + @SafeParceled(12) + private boolean multiFactorInfoList; // TODO What type is it? + + public static Creator CREATOR = new AutoCreator(DefaultFirebaseUser.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.java new file mode 100644 index 0000000..12557ba --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultFirebaseUserMetadata.java @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class DefaultFirebaseUserMetadata extends AutoSafeParcelable { + @SafeParceled(1) + private long lastSignInTimestamp; + + @SafeParceled(2) + private long creationTimestamp; + + public static Creator CREATOR = new AutoCreator(DefaultFirebaseUserMetadata.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorResolver.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorResolver.java new file mode 100644 index 0000000..87834ef --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorResolver.java @@ -0,0 +1,41 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class DefaultMultiFactorResolver extends AutoSafeParcelable { + @SafeParceled(1) + private boolean phoneMultiFactorInfoList; // TODO What type is it? zzu.java + + @SafeParceled(2) + private boolean session; // TODO What type is it? + + @SafeParceled(3) + private String firebaseAppName; + + @SafeParceled(4) + private boolean defaultOAuthCredential; // TODO What type is it? + + @SafeParceled(5) + private boolean reauthUser; // TODO What type is it? + + public static Creator CREATOR = new AutoCreator(DefaultMultiFactorResolver.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorSession.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorSession.java new file mode 100644 index 0000000..30f3a2b --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/DefaultMultiFactorSession.java @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class DefaultMultiFactorSession extends AutoSafeParcelable { + @SafeParceled(1) + private String idToken; + + @SafeParceled(2) + private String pendingCredential; + + @SafeParceled(3) + private boolean phoneMultiFactorInfoList; // TODO What type is it? + + public static Creator CREATOR = new AutoCreator(DefaultMultiFactorSession.class); + +} diff --git a/play-services-api/src/main/java/com/google/firebase/auth/internal/MultiFactorInfoList.java b/play-services-api/src/main/java/com/google/firebase/auth/internal/MultiFactorInfoList.java new file mode 100644 index 0000000..40f7cdd --- /dev/null +++ b/play-services-api/src/main/java/com/google/firebase/auth/internal/MultiFactorInfoList.java @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2020 e Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.firebase.auth.internal; + +import org.microg.safeparcel.AutoSafeParcelable; +import org.microg.safeparcel.SafeParceled; + + +public class MultiFactorInfoList extends AutoSafeParcelable { + @SafeParceled(1) + private boolean phoneMultiFactorInfoList; // TODO What kind of list is it? zzaq.java com.google.firebase.auth.internal + + public static Creator CREATOR = new AutoCreator(MultiFactorInfoList.class); + +} -- GitLab