You are here

social_auth_google.schema.yml in Social Auth Google 3.x

config/schema/social_auth_google.schema.yml

File

config/schema/social_auth_google.schema.yml
View source
  1. social_auth_google.settings:
  2. type: config_object
  3. label: 'Social Auth Google settings'
  4. mapping:
  5. client_id:
  6. type: string
  7. label: 'Client ID'
  8. client_secret:
  9. type: string
  10. label: 'Client Secret'
  11. scopes:
  12. type: string
  13. label: 'Scopes to be requested'
  14. endpoints:
  15. type: string
  16. label: 'API endpoints to be requested'
  17. restricted_domain:
  18. type: string
  19. label: 'Restricted Domain'