ActionCodeInfo
@objc(FIRActionCodeInfo)
open class ActionCodeInfo : NSObject, @unchecked SendableManages information regarding action codes.
-
The operation being performed.
Declaration
Swift
@objc public let operation: ActionCodeOperation -
The email address to which the code was sent. The new email address in the case of
ActionCodeOperation.recoverEmail.Declaration
Swift
@objc public let email: String -
The email that is being recovered in the case of
ActionCodeOperation.recoverEmail.Declaration
Swift
@objc public let previousEmail: String?