Home
last modified time | relevance | path

Searched refs:InspectLocation (Results 1 – 7 of 7) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/
H A Doauth_test.go89 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 Doauth_writeas.go16 InspectLocation string member
89 req, err := http.NewRequest("GET", c.InspectLocation, nil)
H A Doauth_gitlab.go16 InspectLocation string member
90 req, err := http.NewRequest("GET", c.InspectLocation, nil)
H A Doauth_gitea.go16 InspectLocation string member
89 req, err := http.NewRequest("GET", c.InspectLocation, nil)
H A Doauth_generic.go28 InspectLocation string member
106 req, err := http.NewRequest("GET", c.InspectLocation, nil)
H A Doauth.go209InspectLocation: 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 Dconfig.go73 InspectLocation string `ini:"inspect_location"` member