definition.yml 815 B

123456789101112131415161718192021222324252627282930
  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. icon: /_assets/icons/ultraviolet-google.svg
  7. color: red darken-1
  8. website: https://console.developers.google.com/
  9. isAvailable: true
  10. useForm: false
  11. scopes:
  12. - profile
  13. - email
  14. - openid
  15. props:
  16. clientId:
  17. type: String
  18. title: Client ID
  19. hint: Application Client ID
  20. order: 1
  21. clientSecret:
  22. type: String
  23. title: Client Secret
  24. hint: Application Client Secret
  25. order: 2
  26. hostedDomain:
  27. type: String
  28. title: Hosted Domain
  29. hint: (optional) Only for G Suite hosted domain. Leave empty otherwise.
  30. order: 3