Authenticate class Authenticate (View source) Methods void __construct(Factory $auth) Create a new middleware instance. mixed handle(Request $request, Closure $next, string[] $guards) Handle an incoming request.
void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void
string getRememberTokenName() Get the column name for the "remember me" token. Return Value string
string getRememberToken() Get the token value for the "remember me" session. Return Value string
string getAuthPassword() Get the password for the user. Return Value string
string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string
Page 955 of 996