You are here

key_auth.schema.yml in Key auth 8

config/schema/key_auth.schema.yml

File

config/schema/key_auth.schema.yml
View source
  1. key_auth.settings:
  2. type: config_object
  3. label: 'Key authentication settings.'
  4. mapping:
  5. auto_generate_keys:
  6. type: boolean
  7. label: 'Generate keys automatically for new users'
  8. key_length:
  9. type: integer
  10. label: 'Key length'
  11. param_name:
  12. type: string
  13. label: 'Parameter name'
  14. detection_methods:
  15. type: sequence
  16. label: 'Detection methods'
  17. sequence:
  18. type: string
  19. label: 'Detection method'