Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AuthWeakPasswordError

This error is thrown on certain methods when the password used is deemed weak. Inspect the reasons to identify what password strength rules are inadequate.

class AuthWeakPasswordError extends CustomAuthError {
constructor(
message: string,
status: number,
reasons: string[],
);
}

§Extends

§
CustomAuthError
[src]

§Constructors

§
new AuthWeakPasswordError(message: string, status: number, reasons: string[])
[src]

§Properties

§

Reasons why the password is deemed weak.