aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/Public/FIRAuthTokenResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/Public/FIRAuthTokenResult.h')
-rw-r--r--Firebase/Auth/Source/Public/FIRAuthTokenResult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/Public/FIRAuthTokenResult.h b/Firebase/Auth/Source/Public/FIRAuthTokenResult.h
index 11487dc..41ba008 100644
--- a/Firebase/Auth/Source/Public/FIRAuthTokenResult.h
+++ b/Firebase/Auth/Source/Public/FIRAuthTokenResult.h
@@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
/** @class FIRAuthTokenResult
@brief A data class containing the ID token JWT string and other properties associated with the
- token including the decoded payload claims if available.
+ token including the decoded payload claims.
*/
NS_SWIFT_NAME(AuthTokenResult)
@interface FIRAuthTokenResult : NSObject