PHP 8.3.31
Preview: Authenticatable.php Size: 1.07 KB
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Authenticatable.php

<?php

namespace 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
- drwxrwxrwx 2025-09-17 06:52:59
Edit Download
- drwxrwxrwx 2025-09-17 06:52:59
Edit Download
1.07 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
414 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
457 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.07 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
666 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.26 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
284 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.50 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
635 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.79 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download

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