Skip to content

Commit 26c5a71

Browse files
author
renkelvin
authored
Update FIRRevokeTokenRequest.h (#11419)
1 parent 83357b6 commit 26c5a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseAuth/Sources/Backend/RPC/FIRRevokeTokenRequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
2424
/** @property providerID
2525
@brief The provider that issued the token to revoke.
2626
*/
27-
@property(nonatomic, copy, nullable) NSString *providerID;
27+
@property(nonatomic, copy) NSString *providerID;
2828

2929
/** @property tokenType
3030
@brief The type of the token to revoke.
@@ -34,12 +34,12 @@ NS_ASSUME_NONNULL_BEGIN
3434
/** @property token
3535
@brief The token to be revoked.
3636
*/
37-
@property(nonatomic, copy, nullable) NSString *token;
37+
@property(nonatomic, copy) NSString *token;
3838

3939
/** @property idToken
4040
@brief The ID Token associated with this credential.
4141
*/
42-
@property(nonatomic, copy, nullable) NSString *idToken;
42+
@property(nonatomic, copy) NSString *idToken;
4343

4444
/** @fn initWithEndpoint:requestConfiguration:
4545
@brief Please use initWithToken:requestConfiguration: instead.

0 commit comments

Comments
 (0)