We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8939679 commit 24b700eCopy full SHA for 24b700e
1 file changed
test/conformance/src/everythingClient.ts
@@ -188,7 +188,9 @@ registerScenarios(
188
'auth/scope-retry-limit',
189
'auth/token-endpoint-auth-basic',
190
'auth/token-endpoint-auth-post',
191
- 'auth/token-endpoint-auth-none'
+ 'auth/token-endpoint-auth-none',
192
+ 'auth/offline-access-scope',
193
+ 'auth/offline-access-not-supported'
194
],
195
runAuthClient
196
);
0 commit comments