()
| 406 | } |
| 407 | |
| 408 | get idpToken(): string { |
| 409 | if (this._isOauthCred) { |
| 410 | const cred = this.native.credential as FIROAuthCredential; |
| 411 | return cred.accessToken; |
| 412 | } |
| 413 | return null; |
| 414 | } |
| 415 | |
| 416 | get phoneNumber(): string { |
| 417 | return this.native.user.phoneNumber; |
nothing calls this directly
no outgoing calls
no test coverage detected