Searched refs:queryBody (Results 1 – 3 of 3) sorted by relevance
182 const queryBody = { variable187 queryBody.client_id = this.clientId;199 return queryBody;221 const queryBody = super.getQueryBody();226 queryBody.code = this.code;228 return queryBody;255 const queryBody = super.getQueryBody();259 return queryBody;326 const queryBody = { token: this.token }; variable332 queryBody.client_id = this.clientId;[all …]
1 …queryBody: Record<string, string> = {\n grant_type: this.grantType,\n };\n\n if (!this.…
223 const queryBody: Record<string, string> = { constant229 queryBody.client_id = this.clientId;233 queryBody.scope = this.scopes.join(' ');243 return queryBody;283 queryBody.redirect_uri = this.redirectUri;287 queryBody.code = this.code;290 return queryBody;324 const queryBody = super.getQueryBody(); constant330 return queryBody;418 queryBody.client_id = this.clientId;[all …]