PHP 8.2.31
Preview: Authenticatable.php Size: 1.08 KB
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Auth/Authenticatable.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Auth;

interface Authenticatable
{
    /**
     * Get the name of the unique identifier for the user.
     *
     * @return string
     */
    public function getAuthIdentifierName();
    /**
     * Get the unique identifier for the user.
     *
     * @return mixed
     */
    public function getAuthIdentifier();
    /**
     * Get the name of the password attribute for the user.
     *
     * @return string
     */
    public function getAuthPasswordName();
    /**
     * Get the password for the user.
     *
     * @return string
     */
    public function getAuthPassword();
    /**
     * Get the token value for the "remember me" session.
     *
     * @return string
     */
    public function getRememberToken();
    /**
     * Set the token value for the "remember me" session.
     *
     * @param  string  $value
     * @return void
     */
    public function setRememberToken($value);
    /**
     * Get the column name for the "remember me" token.
     *
     * @return string
     */
    public function getRememberTokenName();
}

Directory Contents

Dirs: 2 × Files: 10

Name Size Perms Modified Actions
Access DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
1.08 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
432 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
475 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.09 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
682 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.27 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
303 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.52 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
653 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.69 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).