mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
gRPC authentication
This commit is contained in:
@@ -115,6 +115,8 @@ export interface GrpcRequest extends BaseModel {
|
||||
method: string | null;
|
||||
message: string;
|
||||
protoFiles: string[];
|
||||
authentication: Record<string, string | number | boolean | null | undefined>;
|
||||
authenticationType: string | null;
|
||||
}
|
||||
|
||||
export interface GrpcMessage extends BaseModel {
|
||||
|
||||
Reference in New Issue
Block a user