File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
FirebaseAuth/Sources/Backend/RPC Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments