(ui: UI)
| 205 | allowNewAccounts = true; |
| 206 | |
| 207 | getNative(ui: UI) { |
| 208 | if (this.requireName) { |
| 209 | return FUIEmailAuth.alloc().initAuthAuthUISignInMethodForceSameDeviceAllowNewEmailAccountsRequireDisplayNameActionCodeSetting(ui.native, this.actionCodeSettings ? FIREmailLinkAuthSignInMethod : FIREmailPasswordAuthSignInMethod, this._forceSameDevice, this.allowNewAccounts, this.requireName, this.actionCodeSettings?.native ?? FIRActionCodeSettings.new()); |
| 210 | } |
| 211 | return FUIEmailAuth.alloc().initAuthAuthUISignInMethodForceSameDeviceAllowNewEmailAccountsActionCodeSetting(ui.native, FIREmailLinkAuthSignInMethod, this._forceSameDevice, this.allowNewAccounts, this.actionCodeSettings?.native ?? FIRActionCodeSettings.new()); |
| 212 | } |
| 213 | } |
| 214 | |
| 215 | export class PhoneProvider extends ProviderBase { |
nothing calls this directly
no outgoing calls
no test coverage detected