aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRUser_Internal.h
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-09-22 11:03:08 -0700
committerGravatar GitHub <noreply@github.com>2017-09-22 11:03:08 -0700
commit1602391bf8a9b6d3247716e3bf7b9f27dec8d2b6 (patch)
tree595fea584a0d8a917328f08265afb7522cfd10bd /Firebase/Auth/Source/FIRUser_Internal.h
parent59553af237b982bab18637e256c840e1a45954c8 (diff)
Removes user meta from public API (#308)
* Removes user meta from public API * remove unused import removes unused import * Removes Swift Name
Diffstat (limited to 'Firebase/Auth/Source/FIRUser_Internal.h')
-rw-r--r--Firebase/Auth/Source/FIRUser_Internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/FIRUser_Internal.h b/Firebase/Auth/Source/FIRUser_Internal.h
index 9a069bb..9e26301 100644
--- a/Firebase/Auth/Source/FIRUser_Internal.h
+++ b/Firebase/Auth/Source/FIRUser_Internal.h
@@ -47,6 +47,11 @@ typedef void(^FIRRetrieveUserCallback)(FIRUser *_Nullable user, NSError *_Nullab
*/
@property(nonatomic, copy, readonly) NSDate *accessTokenExpirationDate;
+/** @property metadata
+ @brief Metadata associated with the Firebase user in question.
+ */
+@property(nonatomic, readonly, nonnull) FIRUserMetadata *metadata;
+
/** @fn retrieveUserWithAuth:accessToken:accessTokenExpirationDate:refreshToken:callback:
@brief Constructs a user with Secure Token Service tokens, and obtains user details from the
getAccountInfo endpoint.