aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/oauth2/ya.make
blob: 50ffaf1f94306217b105c06a1295cb93cb0686e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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
)