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
24
24
/* * @property providerID
25
25
@brief The provider that issued the token to revoke.
26
26
*/
27
- @property (nonatomic , copy , nullable ) NSString *providerID;
27
+ @property (nonatomic , copy ) NSString *providerID;
28
28
29
29
/* * @property tokenType
30
30
@brief The type of the token to revoke.
@@ -34,12 +34,12 @@ NS_ASSUME_NONNULL_BEGIN
34
34
/* * @property token
35
35
@brief The token to be revoked.
36
36
*/
37
- @property (nonatomic , copy , nullable ) NSString *token;
37
+ @property (nonatomic , copy ) NSString *token;
38
38
39
39
/* * @property idToken
40
40
@brief The ID Token associated with this credential.
41
41
*/
42
- @property (nonatomic , copy , nullable ) NSString *idToken;
42
+ @property (nonatomic , copy ) NSString *idToken;
43
43
44
44
/* * @fn initWithEndpoint:requestConfiguration:
45
45
@brief Please use initWithToken:requestConfiguration: instead.
You can’t perform that action at this time.
0 commit comments