1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- GO_LIBRARY()
- LICENSE(BSD-3-Clause)
- SRCS(
- deviceauth.go
- oauth2.go
- pkce.go
- token.go
- transport.go
- )
- GO_TEST_SRCS(
- deviceauth_test.go
- oauth2_test.go
- token_test.go
- transport_test.go
- )
- GO_XTEST_SRCS(example_test.go)
- END()
- RECURSE(
- amazon
- authhandler
- bitbucket
- cern
- clientcredentials
- endpoints
- facebook
- fitbit
- foursquare
- github
- gitlab
- google
- gotest
- heroku
- hipchat
- instagram
- internal
- jira
- jws
- jwt
- kakao
- linkedin
- mailchimp
- mailru
- mediamath
- microsoft
- nokiahealth
- odnoklassniki
- paypal
- slack
- spotify
- stackoverflow
- twitch
- uber
- vk
- yahoo
- yandex
- )
|