We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cceda0 commit b7632abCopy full SHA for b7632ab
packages/core/src/auth/sso/clients.ts
@@ -77,7 +77,7 @@ export class OidcClient {
77
codeChallenge: string
78
codeChallengeMethod: string
79
}) {
80
- // aws sdk doesn't convert to url params until right before you make the request, so we have to do
+ // aws sdk doesn't convert to url params until right before you make the request, so we have to do // test
81
// it manually ahead of time
82
const params = toSnakeCase(request)
83
const searchParams = new URLSearchParams(params).toString()
0 commit comments