Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
export
interface
UserCredential extends IUserCredential {
Callers
2
verifyPasswordResetCode
Method · 0.65
verifyPasswordResetCode
Method · 0.65
Implementers
3
Auth
packages/firebase-auth/index.android.t
Auth
packages/firebase-auth/index.ios.ts
Auth
packages/firebase-auth/index.d.ts
Calls
no outgoing calls
Tested by
no test coverage detected