MCPcopy Create free account
hub / github.com/NativeScript/firebase / verifyPasswordResetCode

Method verifyPasswordResetCode

packages/firebase-auth/index.d.ts:151–151  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

149 signOut(): Promise<boolean>;
150 useUserAccessGroup(userAccessGroup: string): Promise<void>;
151 verifyPasswordResetCode(code: string): Promise<string>;
152}
153
154export interface UserCredential extends IUserCredential {

Callers 2

Implementers 3

Authpackages/firebase-auth/index.android.t
Authpackages/firebase-auth/index.ios.ts
Authpackages/firebase-auth/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected