Added scopes to api_key authentication method
This commit is contained in:
@@ -20,6 +20,7 @@ type APIKeyAuthentication = {
|
||||
type: "api_key";
|
||||
placement: AuthenticationPlacement;
|
||||
documentation: string;
|
||||
scopes: Record<string, string>;
|
||||
additionalFields?: {
|
||||
key: string;
|
||||
fieldType: "text";
|
||||
|
||||
Reference in New Issue
Block a user