the pre-configured HTTP request client
the client ID to authenticate with.
the auth code received from the server.
Exchanges the auth code for an access token for the given client.
the pre-configured HTTP request client
the client ID to authenticate with.
the client secret to authenticate with.
the auth code received from the server.
Performs a login authenticate and returns an auth code for the given client.
the pre-configured HTTP request client
a string representing the username.
a string representing the password.
the client ID to authenticate with.
Returns the auth configuration, refreshing the tokens if necessary.
the pre-configured HTTP request client
an object containing a client ID, secret, access token and refresh token
server type for which refreshing the tokens, defaults to SASVIYA
Exchanges the refresh token for an access token for the given client.
the pre-configured HTTP request client
the refresh token received from the server.
Exchanges the refresh token for an access token for the given client.
the pre-configured HTTP request client
the client ID to authenticate with.
the client secret to authenticate with.
the refresh token received from the server.
Generated using TypeDoc
Exchanges the auth code for an access token for the given client.