passport:client

Create a client for issuing access tokens

Options

  • client - Create a client credentials 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 (Auth code grant type only) Optional
  • redirect_uri - The URI to redirect to after authorization Optional
  • user_id - The user ID the client should be assigned to Optional
php artisan passport:client [--personal] [--password] [--client] [--name [NAME]] [--provider [PROVIDER]] [--redirect_uri [REDIRECT_URI]] [--user_id [USER_ID]] [--public]