generate:authentication:provider

Générer un système d'authentification

Utilisation:

drupal generate:authentication:provider  [options]
gap

Options disponibles

OptionDétails

--module

Le nom du module.

--class

commands.generate.authentication.provider.options.class

--provider-id

commands.generate.authentication.provider.options.provider-id

Exemples

Generate an authentication provider specifying the module, the class and the provider id

drupal generate:authentication:provider  \
  --module="modulename"  \
  --class="DefaultAuthenticationProvider"  \
  --provider-id="default_authentication_provider"