passport:client

Create a client for issuing access tokens

Options

  • client - Create a client credentials grant client Optional
  • device - Create a device authorization grant client Optional
  • implicit - Create an implicit grant client Optional
  • name - The name of the client Optional
  • password - Create a password grant client Optional
  • personal - Create a personal access token client Optional
  • provider - The name of the user provider Optional
  • public - Create a public client (without secret) Optional
  • redirect_uri - The URI to redirect to after authorization Optional
php artisan passport:client [--personal] [--password] [--client] [--implicit] [--device] [--name [NAME]] [--provider [PROVIDER]] [--redirect_uri [REDIRECT_URI]] [--public]