1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 05:20:05 +00:00

docs(refreshTokensForViya): added notes about limitation

This commit is contained in:
Yury Shkoda
2023-04-21 11:06:48 +03:00
parent 8360519408
commit a29b7f3b92
3 changed files with 3 additions and 0 deletions

View File

@@ -548,6 +548,7 @@ export class SASViyaApiClient {
/**
* Exchanges the refresh token for an access token for the given client.
* This method can only be used by Node.
* @param clientId - the client ID to authenticate with.
* @param clientSecret - the client secret to authenticate with.
* @param refreshToken - the refresh token received from the server.