Searched refs:InspectLocation (Results 1 – 7 of 7) sorted by relevance
/dports/www/writefreely/writefreely-0.13.1/ |
H A D | oauth_test.go | 89 InspectLocation: "https://write.as/oauth/inspect", 156 InspectLocation: app.Config().WriteAsOauth.InspectLocation, 199 InspectLocation: app.Config().WriteAsOauth.InspectLocation, 229 InspectLocation: app.Config().WriteAsOauth.InspectLocation,
|
H A D | oauth_writeas.go | 16 InspectLocation string member 89 req, err := http.NewRequest("GET", c.InspectLocation, nil)
|
H A D | oauth_gitlab.go | 16 InspectLocation string member 90 req, err := http.NewRequest("GET", c.InspectLocation, nil)
|
H A D | oauth_gitea.go | 16 InspectLocation string member 89 req, err := http.NewRequest("GET", c.InspectLocation, nil)
|
H A D | oauth_generic.go | 28 InspectLocation string member 106 req, err := http.NewRequest("GET", c.InspectLocation, nil)
|
H A D | oauth.go | 209 …InspectLocation: config.OrDefaultString(app.Config().WriteAsOauth.InspectLocation, writeAsIdentit… 237 InspectLocation: address + "/api/v4/user", 264 InspectLocation: app.Config().GenericOauth.Host + app.Config().GenericOauth.InspectEndpoint, 296 InspectLocation: app.Config().GiteaOauth.Host + "/api/v1/user",
|
/dports/www/writefreely/writefreely-0.13.1/config/ |
H A D | config.go | 73 InspectLocation string `ini:"inspect_location"` member
|