Added scopes to api_key authentication method

This commit is contained in:
Matt Aitken
2023-02-19 19:18:08 +00:00
parent 20d8493c3e
commit 679239d9fc
@@ -20,6 +20,7 @@ type APIKeyAuthentication = {
type: "api_key";
placement: AuthenticationPlacement;
documentation: string;
scopes: Record<string, string>;
additionalFields?: {
key: string;
fieldType: "text";