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 6e2efb4 commit 3bc8f2aCopy full SHA for 3bc8f2a
test/e2e/grants/refresh_token.grant.spec.ts
@@ -76,6 +76,7 @@ describe("refresh_token grant", () => {
76
77
it("successful with scope", async () => {
78
// arrange
79
+ accessToken.originatingAuthCodeId = undefined; // Reset to undefined for this test
80
const bearerResponse = await grant.makeBearerTokenResponse(client, accessToken);
81
request = new OAuthRequest({
82
body: {
0 commit comments