FirebaseAuth Framework Reference

FIRActionCodeInfo

@interfaceFIRActionCodeInfo:NSObject

Manages information regarding action codes.

  • The operation being performed.

    Declaration

    Objective-C

    @property(nonatomic,readonly)FIRActionCodeOperationoperation;
  • The email address to which the code was sent. The new email address in the case ofActionCodeOperationRecoverEmail.

    Declaration

    Objective-C

    @property(nonatomic,copy,readonly,nullable)NSString*email;
  • The email that is being recovered in the case ofActionCodeOperationRecoverEmail.

    Declaration

    Objective-C

    @property(nonatomic,copy,readonly,nullable)NSString*previousEmail;
  • please use initWithOperation: instead.

    Declaration

    Objective-C

    -(nonnullinstancetype)init;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-05-04 UTC.