TokenGuard class TokenGuard implements Guard (View source) Traits GuardHelpers These methods are typically the same across all guards.
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
array jsonSerialize() Convert the object into something JSON serializable. Return Value array
void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void
$this name(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this
void forgetInstances() Clear all of the instances from the container. Return Value void
$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this
static array parseCallback(string $callback, string $default) Parse a Class@method style callback into class and method. Parameters string $callback string $default Return Value array
void __construct() Create a new instance. Return Value void
static bool isUnguarded() Determine if current state is "unguarded". Return Value bool
Page 586 of 996