ya.make 722 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. deviceauth.go
  5. oauth2.go
  6. pkce.go
  7. token.go
  8. transport.go
  9. )
  10. GO_TEST_SRCS(
  11. deviceauth_test.go
  12. oauth2_test.go
  13. token_test.go
  14. transport_test.go
  15. )
  16. GO_XTEST_SRCS(example_test.go)
  17. END()
  18. RECURSE(
  19. amazon
  20. authhandler
  21. bitbucket
  22. cern
  23. clientcredentials
  24. endpoints
  25. facebook
  26. fitbit
  27. foursquare
  28. github
  29. gitlab
  30. google
  31. gotest
  32. heroku
  33. hipchat
  34. instagram
  35. internal
  36. jira
  37. jws
  38. jwt
  39. kakao
  40. linkedin
  41. mailchimp
  42. mailru
  43. mediamath
  44. microsoft
  45. nokiahealth
  46. odnoklassniki
  47. paypal
  48. slack
  49. spotify
  50. stackoverflow
  51. twitch
  52. uber
  53. vk
  54. yahoo
  55. yandex
  56. )