From c5eb0bbd664fe766b476b2547571bbb730507adf Mon Sep 17 00:00:00 2001 From: Zsika Phillip Date: Fri, 30 Mar 2018 14:25:41 -0700 Subject: removes deprecation messages getIDTokenWithComp.. (#1011) Removes deprecation message for getIDTokenWithCompletion: and getIDTokenForcingRefresh:completion. This methods are not being deprecated. --- Firebase/Auth/Source/Public/FIRUser.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Firebase/Auth') diff --git a/Firebase/Auth/Source/Public/FIRUser.h b/Firebase/Auth/Source/Public/FIRUser.h index 7198eac..dd8362d 100644 --- a/Firebase/Auth/Source/Public/FIRUser.h +++ b/Firebase/Auth/Source/Public/FIRUser.h @@ -303,7 +303,7 @@ NS_SWIFT_NAME(User) @remarks See `FIRAuthErrors` for a list of error codes that are common to all API methods. */ - (void)getIDTokenWithCompletion:(nullable FIRAuthTokenCallback)completion - NS_SWIFT_NAME(getIDToken(completion:)) __attribute__((deprecated)); + NS_SWIFT_NAME(getIDToken(completion:)); /** @fn getTokenWithCompletion: @brief Please use `getIDTokenWithCompletion:` instead. @@ -330,8 +330,7 @@ NS_SWIFT_NAME(User) @remarks See `FIRAuthErrors` for a list of error codes that are common to all API methods. */ - (void)getIDTokenForcingRefresh:(BOOL)forceRefresh - completion:(nullable FIRAuthTokenCallback)completion - __attribute__((deprecated)); + completion:(nullable FIRAuthTokenCallback)completion; /** @fn getTokenForcingRefresh:completion: @brief Please use getIDTokenForcingRefresh:completion instead. -- cgit v1.2.3