definition.yml 771 B

1234567891011121314151617181920212223242526272829
  1. key: google
  2. title: Google
  3. description: Google specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/google.svg
  6. color: red darken-1
  7. website: https://console.developers.google.com/
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - profile
  12. - email
  13. - openid
  14. props:
  15. clientId:
  16. type: String
  17. title: Client ID
  18. hint: Application Client ID
  19. order: 1
  20. clientSecret:
  21. type: String
  22. title: Client Secret
  23. hint: Application Client Secret
  24. order: 2
  25. hostedDomain:
  26. type: String
  27. title: Hosted Domain
  28. hint: (optional) Only for G Suite hosted domain. Leave empty otherwise.
  29. order: 3