mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 20:40:05 +00:00
fix: deprecating sasjs client id
This commit is contained in:
@@ -104,7 +104,7 @@ export class SASjsApiClient {
|
||||
clientId: string,
|
||||
authCode: string
|
||||
): Promise<SASjsAuthResponse> {
|
||||
return getAccessTokenForSasjs(this.requestClient, clientId, authCode)
|
||||
return getAccessTokenForSasjs(this.requestClient, authCode)
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -126,7 +126,7 @@ export class SASjsApiClient {
|
||||
password: string,
|
||||
clientId: string
|
||||
) {
|
||||
return getAuthCodeForSasjs(this.requestClient, username, password, clientId)
|
||||
return getAuthCodeForSasjs(this.requestClient, username, password)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user