static
| 80 | |
| 81 | // static |
| 82 | bool OsmOAuth::IsValid(string const & ks) |
| 83 | { |
| 84 | return !ks.empty(); |
| 85 | } |
| 86 | |
| 87 | OsmOAuth::OsmOAuth(string const & oauth2ClientId, string const & oauth2Scope, string const & oauth2RedirectUri, |
| 88 | string baseUrl, string apiUrl) |