File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Sypht
10
10
{
11
11
class OAuthHelper
12
12
{
13
- private const string SYPHT_AUTH_ENDPOINT = "https://auth .sypht.com/oauth2 /token" ;
13
+ private const string SYPHT_AUTH_ENDPOINT = "https://login .sypht.com/oauth /token" ;
14
14
15
15
private String clientId = null ;
16
16
private String clientSecret = null ;
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Populate system environment variable with the credentials generated above:
20
20
export SYPHT_API_KEY=" <client_id>:<client_secret>"
21
21
```
22
22
23
- If credentials were issued before 16th June 2020, please populate one more system environment variable:
23
+ If credentials were issued after 16th June 2020, please use one more system environment variable:
24
24
``` Bash
25
- export SYPHT_AUTH_ENDPOINT=" https://login .sypht.com/oauth /token"
25
+ export SYPHT_AUTH_ENDPOINT=" https://auth .sypht.com/oauth2 /token"
26
26
```
27
27
28
28
install the json.net dependency
You can’t perform that action at this time.
0 commit comments