class
Illuminate
/
Support
/
Facades
/
Password
Password
Extends
See
- \Illuminate\Auth\Passwords\PasswordBrokerManager
- \Illuminate\Auth\Passwords\PasswordBroker
Constants
public
RESET_LINK_SENT string
Constant representing a successfully sent reminder.
Default: RESET_LINK_SENT
public
PASSWORD_RESET string
Constant representing a successfully reset password.
Default: PASSWORD_RESET
public
INVALID_USER string
Constant representing the user not found response.
Default: INVALID_USER
public
INVALID_TOKEN string
Constant representing an invalid token.
Default: INVALID_TOKEN
public
RESET_THROTTLED string
Constant representing a throttled reset attempt.
Default: RESET_THROTTLED
Methods
protected
static
getFacadeAccessor ( ) : string
Get the registered name of the component.