You are here

social_auth_linkedin.schema.yml in Social Auth LinkedIn 8.2

config/schema/social_auth_linkedin.schema.yml

File

config/schema/social_auth_linkedin.schema.yml
View source
  1. social_auth_linkedin.settings:
  2. type: config_object
  3. label: 'Social Auth LinkedIn 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'