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 95b8491 commit 7980633Copy full SHA for 7980633
docs/docs/getting_started/repositories.mdx
@@ -69,8 +69,8 @@ interface OAuthScopeRepository {
69
getAllByIdentifiers(scopeNames: string[]): Promise<OAuthScope[]>;
70
71
// This method is called right before an access token or authorization code is created.
72
- // Validate the set of scopes requested are valid for the current client, and optionally
73
- // append additional scopes or remove requested scopes.
+ // Here you can validate the set of scopes requested are valid for the current client,
+ // and optionally append additional scopes or remove requested scopes.
74
finalize(
75
scopes: OAuthScope[],
76
identifier: GrantIdentifier,
0 commit comments