From e6f9451de7f06dc5ff88dd921e56b368e99186b4 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Wed, 18 Apr 2018 12:50:41 -0700 Subject: Fix bad type annotation in claims --- Firebase/Auth/Source/Public/FIRAuthTokenResult.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firebase') diff --git a/Firebase/Auth/Source/Public/FIRAuthTokenResult.h b/Firebase/Auth/Source/Public/FIRAuthTokenResult.h index 41ba008..82a5f1e 100644 --- a/Firebase/Auth/Source/Public/FIRAuthTokenResult.h +++ b/Firebase/Auth/Source/Public/FIRAuthTokenResult.h @@ -57,7 +57,7 @@ NS_SWIFT_NAME(AuthTokenResult) @brief Stores the entire payload of claims found on the ID token. This includes the standard reserved claims as well as custom claims set by the developer via the Admin SDK. */ -@property (nonatomic, readonly) NSDictionary *claims; +@property (nonatomic, readonly) NSDictionary *claims; -- cgit v1.2.3