AuthSettings
@objc(FIRAuthSettings)
open class AuthSettings : NSObject, NSCopying
Determines settings related to an auth object.
-
Flag to determine whether app verification should be disabled for testing or not.
Declaration
Swift
@objc open var appVerificationDisabledForTesting: Bool
-
Flag to determine whether app verification should be disabled for testing or not.
Declaration
Swift
@objc open var isAppVerificationDisabledForTesting: Bool { get set }
-
Undocumented
Declaration
Swift
open func copy(with zone: NSZone? = nil) -> Any