@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface PayloadServiceServer

    Handles server calls for the nebius.mysterybox.v1.PayloadService service.

    interface PayloadServiceServer {
        get: handleUnaryCall<GetPayloadRequest, SecretPayload>;
        getByKey: handleUnaryCall<GetPayloadByKeyRequest, SecretPayloadEntry>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • PayloadServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.mysterybox.v1.PayloadService service.

    Index
    get: handleUnaryCall<GetPayloadRequest, SecretPayload>

    Returns the secret's payload in its decrypted format.

    getByKey: handleUnaryCall<GetPayloadByKeyRequest, SecretPayloadEntry>

    Returns the secret's payload value by key in its decrypted format.