fieldnotesai
Preparing search index...
src/auth/providers/IAuthProvider
ResetPasswordResult
Interface ResetPasswordResult
Provides functionality for reset password result.
interface
ResetPasswordResult
{
error
?:
string
;
success
:
boolean
;
}
Index
Properties
error?
success
Properties
Optional
error
error
?:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
success
fieldnotesai
Loading...
Provides functionality for reset password result.