DeactivateApiKey
class DeactivateApiKey extends Command
Traits
Properties
| protected string | $signature | The name and signature of the console command. |
|
| protected string | $description | The console command description. |
Methods
void
handle()
Execute the console command.
Details
in
ValidatesApiKeyName at line 12
protected string|null
validateName(string $name)
Validate API key name
at line 31
void
handle()
Execute the console command.