We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1300bb0 commit e61bdd7Copy full SHA for e61bdd7
src/scenarios/client/auth/offline-access.ts
@@ -25,7 +25,7 @@ export class OfflineAccessScopeScenario implements Scenario {
25
name = 'auth/offline-access-scope';
26
specVersions: SpecVersion[] = ['draft'];
27
description =
28
- 'Tests that client handles offline_access scope and refresh_token grant type when AS supports them (SEP-2207)';
+ 'Tests that a client that wants a refresh token handles offline_access scope and refresh_token grant type when AS supports them (SEP-2207)';
29
30
private authServer = new ServerLifecycle();
31
private server = new ServerLifecycle();
0 commit comments