(idToken: string, nonce: string)
| 760 | |
| 761 | export class AppleAuthProvider { |
| 762 | static credential(idToken: string, nonce: string) { |
| 763 | return null; |
| 764 | } |
| 765 | } |
| 766 | |
| 767 | export class FacebookAuthProvider { |
nothing calls this directly
no outgoing calls
no test coverage detected