File tree 2 files changed +3
-2
lines changed
FirebaseAuth/Sources/Swift/ActionCode
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
import Foundation
16
16
17
17
/// Manages information regarding action codes.
18
- @objc ( FIRActionCodeInfo) open class ActionCodeInfo : NSObject {
18
+ @objc ( FIRActionCodeInfo) public final class ActionCodeInfo : NSObject , Sendable {
19
19
/// The operation being performed.
20
20
@objc public let operation : ActionCodeOperation
21
21
Original file line number Diff line number Diff line change 15
15
import Foundation
16
16
17
17
/// Used to set and retrieve settings related to handling action codes.
18
- @objc ( FIRActionCodeSettings) open class ActionCodeSettings : NSObject {
18
+ @objc ( FIRActionCodeSettings) open class ActionCodeSettings : NSObject ,
19
+ @unchecked Sendable /* TODO: sendable */ {
19
20
/// This URL represents the state/Continue URL in the form of a universal link.
20
21
///
21
22
/// This URL can should be constructed as a universal link that would either directly open
You can’t perform that action at this time.
0 commit comments