FirebaseAuth Framework Reference

ActionCodeInfo

class ActionCodeInfo : NSObject

Manages information regarding action codes.

  • The operation being performed.

    Declaration

    Swift

    var operation: ActionCodeOperation { get }
  • The email address to which the code was sent. The new email address in the case of ActionCodeOperationRecoverEmail.

    Declaration

    Swift

    var email: String? { get }
  • The email that is being recovered in the case of ActionCodeOperationRecoverEmail.

    Declaration

    Swift

    var previousEmail: String? { get }
  • please use initWithOperation: instead.