Skip to content

Commit 7875ae2

Browse files
authored
Fix internal source documentation (#6372)
1 parent 90a1aff commit 7875ae2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

FirebaseAuth/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v6.9.1
2+
- [fixed] Internal source documentation. (#6371)
3+
14
# v6.9.0
25
- [added] Added support for multi-tenancy (#6142).
36
- [added] Added basic watchOS support. (#4621)

FirebaseAuth/Sources/AuthProvider/GameCenter/FIRGameCenterAuthCredential.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NS_ASSUME_NONNULL_BEGIN
5050
@property(nonatomic, readonly) uint64_t timestamp;
5151

5252
/** @property displayName
53-
@brief The date and time that the signature was created.
53+
@brief The display name of the local Game Center player.
5454
*/
5555
@property(nonatomic, readonly) NSString *displayName;
5656

@@ -60,6 +60,7 @@ NS_ASSUME_NONNULL_BEGIN
6060
@param signature The verification signature generated.
6161
@param salt A random string used to compute the hash and keep it randomized.
6262
@param timestamp The date and time that the signature was created.
63+
@param displayName The display name of the Game Center player.
6364
*/
6465
- (nullable instancetype)initWithPlayerID:(NSString *)playerID
6566
publicKeyURL:(NSURL *)publicKeyURL

0 commit comments

Comments
 (0)